We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116ec3b commit 561c64fCopy full SHA for 561c64f
autosklearn/ensembles/abstract_ensemble.py
@@ -43,7 +43,7 @@ def predict(self, base_models_predictions):
43
44
@abstractmethod
45
def get_models_with_weights(self, models):
46
- """Return a list of (wight, model) pairs
+ """Return a list of (weight, model) pairs
47
48
Parameters
49
----------
0 commit comments