We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd96c3 commit 92e4b4eCopy full SHA for 92e4b4e
boruta/boruta_py.py
@@ -44,7 +44,7 @@ class BorutaPy(BaseEstimator, TransformerMixin):
44
- Automatic tree number:
45
Setting the n_estimator to 'auto' will calculate the number of trees
46
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
+ This way more trees are used when the training data has many features
48
and less when most of the features have been rejected.
49
- Ranking of features:
50
After fitting BorutaPy it provides the user with ranking of features.
0 commit comments