Scalecast

Latest version: v0.19.9

Safety actively analyzes 666181 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 15 of 28

0.13.0

Added
- added probabilistic forecasting through `Forecaster.proba_forecast()` and `MVForecaster.proba_forecast()` methods
- added level confidence intervals always for models run at level (so it won't fail to generate cis anymore when passing `Forecaster.plot(ci=True,level=True)`)
- probabilistic forecasting also makes it possible to derive level confidence intervals even when model was run at difference
- added probabilistic as a `bool` argument to `Forecaster.tune_test_forecast()`, `MVForecaster.tune_test_forecast()`, and `notebook.tune_test_forecast()` functions
Changed
- changed how it was determined that a model was tuned for efficiency gains
- changed so that "Dynamically" does not appear in the history['tuned'] attribute
- changed the error that is raised when reduce_Xvars() doesn't work due to feature importance not being supported by a given model so that it is more explicit
- changed the default mlp grid so that random_state is no longer a value. this makes that model more ammenable to probabilistic forecasting
Fixed

0.12.9

Added
- added `suffix` argument to `Forecaster.tune_test_forecast()`, `MVForecaster.tune_test_forecast()`, and `notebook.tune_test_forecast()` functions (5)
- added `fi_method` argument to `notebook.tune_test_forecast()` function
Changed
Fixed

0.12.8

Added
- added `AnomalyDetector.MonteCarloDetect_sliding()` method
Changed
- changed the `dynamic_testing` and `dynamic_tuning` arguments in `Forecaster` and `MVForecaster` so that window forecast evaluation is now supported. now, instead of having the choice between 1-step and arbitrary multi-step forecasting, any integer value is accepted as arguments in those parameters but `True` and `False` are still supported and do the same thing as always.
Fixed

0.12.7

Added
Changed
- got rid of printing when calling `ChangepointDetector.WriteCPtoXvars()`
Fixed
- fixed cross validation when `Xvars = 'all'` is passed as an argument

0.12.6

Added
- added the `ChangepointDetector` object
- added the `AnomalyDetector.adjust_anom()` method
Changed
Fixed
- fixed last index span from `AnomalyDetector.MonteCarloDetect()`

0.12.5

Added
- added `jump_back` parameter in `Forecaster.backtest()` and `MVForecaster.backtest()` methods
- added the theta model from darts
Changed
- changed how dataframes are grouped in the `cross_validate()` method. turned sorting off to prevent some failures, specifically in the theta model
Fixed

Page 15 of 28

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.