scikit-learn-contrib / boruta_py

Python implementations of the Boruta all-relevant feature selection method.
BSD 3-Clause "New" or "Revised" License
1.46k stars 252 forks source link

why estimators num is calculated by feature num in this way? #104

Open aichiyudemao opened 2 years ago

aichiyudemao commented 2 years ago

multi = ((n_feat 2) / (np.sqrt(n_feat 2) depth)) n_estimators = int(multi f_repr)