- remove lightgbm import from project namespace jmoralez (88)
Maintenance
- automate release jmoralez (89)
0.5.0
Breaking changes * remove dashes from feature names by jmoralez in https://github.com/Nixtla/mlforecast/pull/69 * replace predict_fn with callbacks by jmoralez in https://github.com/Nixtla/mlforecast/pull/73
Features * add MLForecast.from_cv by jmoralez in https://github.com/Nixtla/mlforecast/pull/71 * allow models to be dict by jmoralez in https://github.com/Nixtla/mlforecast/pull/72 * Add step size argument to cross validation method by FedericoGarza in https://github.com/Nixtla/mlforecast/pull/74 * Add `new_data` argument to `predict` method (allow transferability) by FedericoGarza in https://github.com/Nixtla/mlforecast/pull/79 * Perform cross validation without refitting the models by FedericoGarza in https://github.com/Nixtla/mlforecast/pull/81 * Support one model per horizon approach by jmoralez in https://github.com/Nixtla/mlforecast/pull/80 * support multiple models in cross_validation by jmoralez in https://github.com/Nixtla/mlforecast/pull/84 Bug fixes * Remove `dynamic_dfs` argument from `cross_validation` method by FedericoGarza in https://github.com/Nixtla/mlforecast/pull/82 Documentation * add getting started docs section by jmoralez in https://github.com/Nixtla/mlforecast/pull/64 * Add cross-validation tutorial by FedericoGarza in https://github.com/Nixtla/mlforecast/pull/76 * Add electricity peak forecasting tutorial by FedericoGarza in https://github.com/Nixtla/mlforecast/pull/77 * Improve description preprocessing ERCOT dataset by FedericoGarza in https://github.com/Nixtla/mlforecast/pull/78 Maintenance * set methods on GroupedArray and preserve id_col in TimeSeries.fit_transform by jmoralez in https://github.com/Nixtla/mlforecast/pull/70
0.4.0
What's Changed * rename Forecast to MLForecast by jmoralez in https://github.com/Nixtla/mlforecast/pull/63