You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Methods overview.rst
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ BorutaPy vs. Boruta R:
62
62
* Using either the native variable importance, scikit permutation importance, SHAP importance.
63
63
64
64
We highly recommend using pruned trees with a depth between 3-7. For more, see the docs of these functions, and the examples below. Original code and method by: Miron B Kursa, https://m2.icm.edu.pl/boruta/
65
-
65
+
66
66
GrootCV, a new method
67
67
---------------------
68
68
@@ -84,9 +84,7 @@ Re-implementing the Uber MRmr scheme using associations for handling continuous
84
84
Lasso
85
85
-----
86
86
87
-
Performing a simple grid search
88
-
89
-
with enforced lasso regularization.
87
+
Performing a simple grid search with enforced lasso regularization.
90
88
The best model is chosen based on the minimum BIC or deviance score, and all non-zero coefficients are selected.
91
89
The loss function can belong to the exponential family, as seen in the statsmodels GLM documentation.
92
90
Using the bic metric is faster since it is evaluated on the training data, making it unsuitable for the test data, whereas the deviance is cross-validated.
0 commit comments