Releases: tinkoff-ai/etna
Releases · tinkoff-ai/etna
etna 1.1.3
This is a hot fix release.
This update is recommended for installation for all etna users!
- Limit version of pandas by 1.2
etna 1.1.2
:bomb: PRE-release 1.1.2-alpha.0
etna 1.1.1
Update publish-docs.yml
etna 1.1.0
In this release we focused on adding even more features to our library. Please meet new models and transforms:
Added
- MedianOutliersTransform, DensityOutliersTransform (#30)
- Issues and Pull Request templates
- TSDataset checks (#24, #20)
- Pytorch-Forecasting models (#29)
- SARIMAX model (#10)
- Logging, including ConsoleLogger (#46)
- Correlation heatmap plotter (#77)
Changed
- Backtest is fully parallel
- New default hyperparameters for CatBoost
Fixed
- Documentation fixes (#55, #53, #52)
- Solved warning in LogTransform and AddConstantTransform (#26)
- Regressors does not have enough history bug (#35)
- make_future(1) and make_future(2) bug
- Fix working with 'cap' and 'floor' features in Prophet model (#62))
- Fix saving init params for SARIMAXModel (#81)
- Imports of nn models, PytorchForecastingTransform and Transform (#80))
etna 1.0.0
This is our first release 🎉
More to come!
Stay tuned!
Added
- Models
- CatBoost
- Prophet
- Seasonal Moving Average
- Naive
- Linear
- Transforms
- Rolling statistics
- Trend removal
- Segment encoder
- Datetime flags
- Sklearn skalers (MinMax, Robust, MinMaxAbs, Standard, MaxAbs)
- BoxCox, YeoJohnson, LogTransform
- Lag operator
- NaN imputer
- TimeSeriesCrossValidation
- Time Series Dataset (TSDataset)
- Playground datasets generation (AR, constant, periodic, from pattern)
- Matrics (MAE, MAPE, SMAPE, MedAE, MSE, MSLE, R^2)
- EDA mehods
- Outliers detection
- PACF plot
- Cross correlation plot
- Destribution plot
- Anomalies (Outliers) plot
- Backtest (CrossValidation) plot
- Forecast plot