boruta_py
boruta_py copied to clipboard
why estimators num is calculated by feature num in this way?
multi = ((n_feat * 2) / (np.sqrt(n_feat * 2) * depth)) n_estimators = int(multi * f_repr)