Skip to content

Commit

Permalink
fix feature_engineering example
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Nov 27, 2023
1 parent 33cacc0 commit 85fa1fc
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 85fa1fc

Please sign in to comment.