Skip to content

Commit

Permalink
fix docstring typo (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvdp committed Oct 6, 2023
1 parent 1cd96c3 commit 92e4b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boruta/boruta_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class BorutaPy(BaseEstimator, TransformerMixin):
- Automatic tree number:
Setting the n_estimator to 'auto' will calculate the number of trees
in each itartion based on the number of features under investigation.
This way more trees are used when the training data has many feautres
This way more trees are used when the training data has many features
and less when most of the features have been rejected.
- Ranking of features:
After fitting BorutaPy it provides the user with ranking of features.
Expand Down

0 comments on commit 92e4b4e

Please sign in to comment.