Skip to content

Commit

Permalink
Update docs/userguide/forecasting_overview.md
Browse files Browse the repository at this point in the history
Update title

Co-authored-by: Julien Herzen <j.herzen@gmail.com>
  • Loading branch information
amadejkocbek and hrzn authored Sep 28, 2022
1 parent 46d6c9b commit 376d43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/forecasting_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Furthermore, we define the following types of time series consumed by the models
* **Target series:** the series that we are interested in forecasting.
* **Covariate series:** some other series that we are not interested in forecasting, but that can provide valuable inputs to the forecasting model.

## Reproducibility
## Saving and Loading Models

If you wish to save a particular model and use it elsewhere or at a later point in time, darts can achieve that. It leverages pickle and in the case of Torch models relies on saving PyTorch Lightning trainer checkpoints.
All forecasting models support saving the model on the filesystem, by calling the `save()` function, which saves that particular `ForecastingModel` object instance. When the model is to be used again, the method `load()` can be used. Please note that the methods `save_model()` and `load_model()` are deprecated.
Expand Down

0 comments on commit 376d43d

Please sign in to comment.