Skip to content

Commit

Permalink
18529: Updates forecasting recipe to use continue_series_values (#44)
Browse files Browse the repository at this point in the history
Updates the forecasting recipe to use continue_series_values/features
rather than initial_features/values so that the Trainee does not need to
be trained with the unfinished series data.

Instead the unfinished series data can be kept out of the Trainee and
only used to forecast based on a Trainee trained with only finished
series.
  • Loading branch information
cademack authored Dec 14, 2023
1 parent 5c8c1c4 commit 36729f8
Showing 1 changed file with 84 additions and 77 deletions.
161 changes: 84 additions & 77 deletions engine_timeseries_forecasting.ipynb

Large diffs are not rendered by default.

0 comments on commit 36729f8

Please sign in to comment.