diff --git a/examples/19-EnsembleModel-examples.ipynb b/examples/19-EnsembleModel-examples.ipynb index 83ae787089..b28bf23dc6 100644 --- a/examples/19-EnsembleModel-examples.ipynb +++ b/examples/19-EnsembleModel-examples.ipynb @@ -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" ] },