Skip to content

Commit 561c64f

Browse files
committed
fix typo in abstract_ensembles docstring
1 parent 116ec3b commit 561c64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autosklearn/ensembles/abstract_ensemble.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def predict(self, base_models_predictions):
4343

4444
@abstractmethod
4545
def get_models_with_weights(self, models):
46-
"""Return a list of (wight, model) pairs
46+
"""Return a list of (weight, model) pairs
4747
4848
Parameters
4949
----------

0 commit comments

Comments
 (0)