Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 960 Bytes

TODO.md

File metadata and controls

35 lines (27 loc) · 960 Bytes

Forecasting

Regression

Backtesting

  • Parameterize the moving window
  • Track weights history in backtest_regression()

TimeSeries

  • Multivariate TimeSeries
  • Support categorical time series

TimeSeries Generation

The following could be useful TimeSeries:

  • Time of day, day of week, week of month, month of year, etc
  • Indicator variable for holidays (1 during holidays 0 else) in many regions
  • Indicator for quarters

Metrics

  • Correlation coefficient

Utils

Vizualisation

  • seasonal plots (incl polar)
  • scatterplots (for multivariate) and scatterplot matrix

Others

  • Collection of datasets
  • Hierarchical reconciliation