Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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