From 4945e6662243a43b8fcf1e849a82f6a79e3ddb81 Mon Sep 17 00:00:00 2001 From: Vicente Alencar Date: Wed, 26 Jul 2017 11:25:07 -0300 Subject: [PATCH] Fix typo Ensomble -> Ensemble Title says it all --- autosklearn/estimators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autosklearn/estimators.py b/autosklearn/estimators.py index e53942f893..3977588db9 100644 --- a/autosklearn/estimators.py +++ b/autosklearn/estimators.py @@ -339,7 +339,7 @@ def fit_ensemble(self, y, task=None, metric=None, precision='32', introduced in `Getting Most out of Ensemble Selection`. ensemble_size : int - Size of the ensemble built by `Ensomble Selection`. + Size of the ensemble built by `Ensemble Selection`. Returns -------