From 92e4b4e1c3ee115a8e1997a8b4a25f8e5090236c Mon Sep 17 00:00:00 2001 From: Erik Vandeputte Date: Fri, 6 Oct 2023 10:20:20 +0200 Subject: [PATCH] fix docstring typo (#103) --- 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.