Skip to content

Commit 92e4b4e

Browse files
authored
fix docstring typo (#103)
1 parent 1cd96c3 commit 92e4b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boruta/boruta_py.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class BorutaPy(BaseEstimator, TransformerMixin):
4444
- Automatic tree number:
4545
Setting the n_estimator to 'auto' will calculate the number of trees
4646
in each itartion based on the number of features under investigation.
47-
This way more trees are used when the training data has many feautres
47+
This way more trees are used when the training data has many features
4848
and less when most of the features have been rejected.
4949
- Ranking of features:
5050
After fitting BorutaPy it provides the user with ranking of features.

0 commit comments

Comments
 (0)