Skip to content

Commit

Permalink
[doc] get_latest_forecast (#1551)
Browse files Browse the repository at this point in the history
* documentation

* wrong s
  • Loading branch information
SimonWittner committed Mar 15, 2024
1 parent 91880ba commit 2354356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuralprophet/forecaster.py
Original file line number Diff line number Diff line change
Expand Up @@ -2116,7 +2116,7 @@ def get_latest_forecast(
>>> df_forecast = m.get_latest_forecast(forecast)
Number of steps before latest forecast could be included:
>>> df_forecast = m.get_latest_forecast(forecast, include_previous_forecast=3)
>>> df_forecast = m.get_latest_forecast(forecast, include_previous_forecasts=3)
Historical data could be included, however be aware that the df could be large:
>>> df_forecast = m.get_latest_forecast(forecast, include_history_data=True)
Expand Down

0 comments on commit 2354356

Please sign in to comment.