Skip to content

Commit

Permalink
Small typo (grammar) fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Raschka committed Aug 19, 2020
1 parent 42b5e29 commit ac50506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mlxtend/evaluate/bias_variance_decomp.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def bias_variance_decomp(estimator, X_train, y_train, X_test, y_test,
loss='0-1_loss', num_rounds=200, random_seed=None):
"""
estimator : object
A classifier or regressor object or class implementing a `fit`
`predict` method similar to the scikit-learn API.
A classifier or regressor object or class implementing both a
`fit` and `predict` method similar to the scikit-learn API.
X_train : array-like, shape=(num_examples, num_features)
A training dataset for drawing the bootstrap samples to carry
Expand Down

0 comments on commit ac50506

Please sign in to comment.