Skip to content

v0.25.3

Compare
Choose a tag to compare
@thierrymoudiki thierrymoudiki released this 03 Oct 21:11
· 35 commits to master since this release
268b5e1

version 0.25.3

  • get_best_model for Lazy* classes (see updated docs)
  • bring LazyMTS back
  • add Exponential Smoothing, ARIMA and Theta models to ClassicalMTS and Lazy*MTS
  • add RandomForest and XGBoost to Lazy*Classifier and Lazy*Regressor as baselines
  • Add MedianVotingRegressor: using the median of predictions from an ensemble of regressors
  • Fix DeepMTS: use only CustomRegressors