Skip to content

Commit

Permalink
DOC fix backstick missing
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Dec 7, 2017
1 parent 355c944 commit 609604c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ensemble.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ takes the same parameters than the scikit-learn

It also possible to turn a balanced bagging classifier into a balanced random
forest using a decision tree classifier and setting the parameter
``max_features='auto'`. It allows to randomly select a subset of features for
``max_features='auto'``. It allows to randomly select a subset of features for
each tree::

>>> brf = BalancedBaggingClassifier(
Expand Down

0 comments on commit 609604c

Please sign in to comment.