Skip to content

Commit

Permalink
Fix typo in examples Ensemble Model (#2127)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfactor authored Dec 21, 2023
1 parent 4362df2 commit ab3d77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/19-EnsembleModel-examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"Before creating the new `NaiveEnsemble`, we will screen models to identify which ones would do well together. The candidates are : \n",
"- `LinearRegressionModel` : classic and simple model\n",
"- `ExponentialSmoothing` : moving window model\n",
"- `FalmanForecaster` : a filter-based model\n",
"- `KalmanForecaster` : a filter-based model\n",
"- `RandomForest` : decision trees model"
]
},
Expand Down

0 comments on commit ab3d77a

Please sign in to comment.