Skip to content

etna 2.9.0

Latest
Compare
Choose a tag to compare
@d-a-bunin d-a-bunin released this 06 Sep 12:13
· 9 commits to master since this release
7ad2e61

Highlights

  • Add possibility to load pretrained embedding models
  • Add is_freezed parameter to TS2VecEmbeddingModel and TSTCCEmbeddingModel
  • Convert segment to string during reading csv in backtest and forecast commands
  • Fix holidays during loading datasets traffic_2008_10T and traffic_2008_hourly
  • Fix ModelDecomposeTransform import without prophet module

Full changelog

Added

  • Add **kwargs argument description for models based on LinearRegression, ElasticNet and CatBoostRegressor (#454)
  • Add possibility to load pretrained embedding models (#461)
  • Add is_freezed parameter to TS2VecEmbeddingModel and TSTCCEmbeddingModel (#461)
  • Add test on working without extras (#463)

Changed

  • Add support of property attributes in __repr__ and to_dict of BaseMixin (#469)

Fixed

  • Fix IForestOutlierTransform failed with ignored target column (#460)
  • Add lower limit for typing_extension versions (#458)
  • Fix ModelDecomposeTransform import without prophet module (#459)
  • Convert segment to string during reading csv in backtest and forecast commands (#470)
  • Fix holidays during loading datasets traffic_2008_10T and traffic_2008_hourly (#462)