Skip to content

Commit

Permalink
fix feature_engineering example (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez authored Nov 27, 2023
1 parent 33cacc0 commit 54d6f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbs/src/feature_engineering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"source": [
"series_pl = generate_series(10, freq='D', engine='polars')\n",
"series_pl = series_pl.with_columns(pl.col('unique_id').cast(pl.Int64))\n",
"train_df_pl, X_df_pl = mstl_decomposition(series_pl, model, 'D', horizon)"
"train_df_pl, X_df_pl = mstl_decomposition(series_pl, model, '1d', horizon)"
]
},
{
Expand Down

0 comments on commit 54d6f20

Please sign in to comment.