boruta_py icon indicating copy to clipboard operation
boruta_py copied to clipboard

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

Open aichiyudemao opened this issue 4 years ago • 0 comments

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

aichiyudemao avatar Dec 08 '21 09:12 aichiyudemao