All Projects → robjhyndman → tscompdata

robjhyndman / tscompdata

Licence: other
Time series competition data

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to tscompdata

sugrrants
SUpporting GRaphics with R for ANalysing Time Series
Stars: ✭ 79 (+364.71%)
Mutual labels:  time-series
influxdb-ha
High-availability and horizontal scalability for InfluxDB
Stars: ✭ 45 (+164.71%)
Mutual labels:  time-series
KFAS
KFAS: R Package for Exponential Family State Space Models
Stars: ✭ 50 (+194.12%)
Mutual labels:  time-series
modeltime.gluonts
GluonTS Deep Learning with Modeltime
Stars: ✭ 31 (+82.35%)
Mutual labels:  time-series
imputeFin
Imputation of Financial Time Series with Missing Values and/or Outliers
Stars: ✭ 17 (+0%)
Mutual labels:  time-series
ConvLSTM-PyTorch
ConvLSTM/ConvGRU (Encoder-Decoder) with PyTorch on Moving-MNIST
Stars: ✭ 202 (+1088.24%)
Mutual labels:  time-series
timely-beliefs
Model data as beliefs (at a certain time) about events (at a certain time).
Stars: ✭ 15 (-11.76%)
Mutual labels:  time-series
pairs trading cryptocurrencies strategy catalyst
Pairs trading strategy example based on Catalyst
Stars: ✭ 34 (+100%)
Mutual labels:  time-series
causal-learn
Causal Discovery for Python. Translation and extension of the Tetrad Java code.
Stars: ✭ 428 (+2417.65%)
Mutual labels:  time-series
svg-time-series
SVG time-series charting library
Stars: ✭ 18 (+5.88%)
Mutual labels:  time-series
Machine-Learning-Projects-2
No description or website provided.
Stars: ✭ 23 (+35.29%)
Mutual labels:  time-series
pyrra
Making SLOs with Prometheus manageable, accessible, and easy to use for everyone!
Stars: ✭ 587 (+3352.94%)
Mutual labels:  time-series
mongofluxd
Real time sync from MongoDB into InfluxDB
Stars: ✭ 33 (+94.12%)
Mutual labels:  time-series
pomp
R package for statistical inference using partially observed Markov processes
Stars: ✭ 88 (+417.65%)
Mutual labels:  time-series
support resistance line
A well-tuned algorithm to generate & draw support/resistance line on time series. 根据时间序列自动生成支撑线压力线
Stars: ✭ 53 (+211.76%)
Mutual labels:  time-series
Human Activity Recognition
A new and computationally cheap method to perform human activity recognition using PoseNet and LSTM. Where we use PoseNet for Preprocessing and LSTM for understand the sequence.
Stars: ✭ 25 (+47.06%)
Mutual labels:  time-series
okama
Investment portfolio and stocks analyzing tools for Python with free historical data
Stars: ✭ 87 (+411.76%)
Mutual labels:  time-series
awesome-time-series
Resources for working with time series and sequence data
Stars: ✭ 178 (+947.06%)
Mutual labels:  time-series
Robust-Deep-Learning-Pipeline
Deep Convolutional Bidirectional LSTM for Complex Activity Recognition with Missing Data. Human Activity Recognition Challenge. Springer SIST (2020)
Stars: ✭ 20 (+17.65%)
Mutual labels:  time-series
Occupancy-Detection
Occupancy detection of an office room from light, temperature, humidity and CO2 measurements
Stars: ✭ 18 (+5.88%)
Mutual labels:  time-series

tscompdata

Pending Pull-Requests

The R package tscompdata provides time series data from the following forecasting competitions: M, M3, NN3, NN5, NNGC1, Tourism and GEFCom2012.

The M, M3 and Tourism data are loaded from the Mcomp and Tcomp packages. The remaining data are contained within the tscompdata package.

Installation

You can install the development version from Github with:

# install.packages("devtools")
devtools::install_github("robjhyndman/tscompdata")

Usage

library(tscompdata)
#> Loading required package: Mcomp
#> Loading required package: forecast
#> Loading required package: Tcomp
library(forecast)
library(ggplot2)
autoplot(nn5[[23]])

License

This package is free and open source software, licensed under GPL-3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].