Skip to content

Commit ac50506

Browse files
author
Sebastian Raschka
authored
Small typo (grammar) fix.
1 parent 42b5e29 commit ac50506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlxtend/evaluate/bias_variance_decomp.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ def bias_variance_decomp(estimator, X_train, y_train, X_test, y_test,
2020
loss='0-1_loss', num_rounds=200, random_seed=None):
2121
"""
2222
estimator : object
23-
A classifier or regressor object or class implementing a `fit`
24-
`predict` method similar to the scikit-learn API.
23+
A classifier or regressor object or class implementing both a
24+
`fit` and `predict` method similar to the scikit-learn API.
2525
2626
X_train : array-like, shape=(num_examples, num_features)
2727
A training dataset for drawing the bootstrap samples to carry

0 commit comments

Comments
 (0)