You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DOC] Updated documentation on TimeSeriesDataSet.predict_mode (#1720)
### Description
Documentation PR.
Clarifies use of `predict_mode` for
[TimeSeriesDataSet](https://pytorch-forecasting.readthedocs.io/en/stable/api/pytorch_forecasting.data.timeseries.TimeSeriesDataSet.html#).
### Checklist
- [x] Linked issues (if existing)
- [x] Amended changelog for large changes (and added myself there as
contributor)
- [x] Added/modified tests
- [x] Used pre-commit hooks when committing to ensure that code is
compliant with hooks. Install hooks with `pre-commit install`.
To run hooks independent of commit, execute `pre-commit run --all-files`
Make sure to have fun coding!
0 commit comments