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
When I run the feat_selector = BorutaPy(LRmodel, n_estimators='auto', verbose=2)
then I run: feat_selector.fit(training_data.drop(columns=['LeadID','Enrolled_flag','CreateDate','LeadPrice']), training_data.Enrolled_flag)
Logistic regression don't have "max_depth" as parameter, im not sure but i htink thaht boruta is not intended for use LR as estimator, the original algorithm is based on random forest
When I run the
feat_selector = BorutaPy(LRmodel, n_estimators='auto', verbose=2)
then I run:
feat_selector.fit(training_data.drop(columns=['LeadID','Enrolled_flag','CreateDate','LeadPrice']), training_data.Enrolled_flag)
I get the error
The text was updated successfully, but these errors were encountered: