Skip to content

Commit 7d33420

Browse files
committed
FIX #299, example was incorrect
1 parent 229dc22 commit 7d33420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ replacement for a scikit-learn estimator:
1414
>>> import autosklearn.classification
1515
>>> cls = autosklearn.classification.AutoSklearnClassifier()
1616
>>> cls.fit(X_train, y_train)
17-
>>> predictions = cls.predict(X_test, y_test)
17+
>>> predictions = cls.predict(X_test)
1818

1919
*auto-sklearn* frees a machine learning user from algorithm selection and
2020
hyperparameter tuning. It leverages recent advantages in *Bayesian

0 commit comments

Comments
 (0)