Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
madtoinou committed Nov 12, 2024
1 parent ad88839 commit 4e5959b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/00-quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2162,7 +2162,7 @@
"\n",
"backtest = bayes_ridge_model.historical_forecasts(\n",
" future_covariates=[air_covs, milk_covs],\n",
" data_transformers={\"future\": Scaler()},\n",
" data_transformers={\"future_covariates\": Scaler()},\n",
" **hfc_params,\n",
")\n",
"\n",
Expand Down

0 comments on commit 4e5959b

Please sign in to comment.