Releases
2.9.0
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 )
You can’t perform that action at this time.