Skip to content

Commit 4945e66

Browse files
Fix typo Ensomble -> Ensemble
Title says it all
1 parent 7d33420 commit 4945e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autosklearn/estimators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def fit_ensemble(self, y, task=None, metric=None, precision='32',
339339
introduced in `Getting Most out of Ensemble Selection`.
340340
341341
ensemble_size : int
342-
Size of the ensemble built by `Ensomble Selection`.
342+
Size of the ensemble built by `Ensemble Selection`.
343343
344344
Returns
345345
-------

0 commit comments

Comments
 (0)