nredell / forecastML

An R package with Python support for multi-step-ahead forecasting with machine learning and deep learning algorithms
Other
130 stars 23 forks source link

Slim #7

Closed nredell closed 5 years ago

nredell commented 5 years ago

The main change is that forecast_model objects no longer store a copy of the validation dataset; rather, the predict(..., data_forecast = NULL) methods has been changed to predict(..., data = NULL) to working with training and forecasting datasets. This is the expected behavior from a predict() function.