From 8f1cc7855de7e96777790f8cf3529fcd19096033 Mon Sep 17 00:00:00 2001 From: Erik Vandeputte Date: Mon, 22 Nov 2021 11:50:15 +0100 Subject: [PATCH] fix docstring typo --- boruta/boruta_py.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boruta/boruta_py.py b/boruta/boruta_py.py index 1c18fe5..a248f7b 100644 --- a/boruta/boruta_py.py +++ b/boruta/boruta_py.py @@ -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.