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 229dc22 commit 7d33420Copy full SHA for 7d33420
doc/index.rst
@@ -14,7 +14,7 @@ replacement for a scikit-learn estimator:
14
>>> import autosklearn.classification
15
>>> cls = autosklearn.classification.AutoSklearnClassifier()
16
>>> cls.fit(X_train, y_train)
17
- >>> predictions = cls.predict(X_test, y_test)
+ >>> predictions = cls.predict(X_test)
18
19
*auto-sklearn* frees a machine learning user from algorithm selection and
20
hyperparameter tuning. It leverages recent advantages in *Bayesian
0 commit comments