Skip to content

Commit 760cb78

Browse files
authored
Merge pull request #330 from vicentealencar/patch-2
Fix typo Ensomble -> Ensemble
2 parents 28c008d + 4945e66 commit 760cb78

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
@@ -341,7 +341,7 @@ def fit_ensemble(self, y, task=None, metric=None, precision='32',
341341
introduced in `Getting Most out of Ensemble Selection`.
342342
343343
ensemble_size : int
344-
Size of the ensemble built by `Ensomble Selection`.
344+
Size of the ensemble built by `Ensemble Selection`.
345345
346346
Returns
347347
-------

0 commit comments

Comments
 (0)