Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Feature Selection for Regression Problems #45

Closed
SymbolicSquared opened this issue Nov 1, 2018 · 8 comments
Closed

Question: Feature Selection for Regression Problems #45

SymbolicSquared opened this issue Nov 1, 2018 · 8 comments

Comments

@SymbolicSquared
Copy link

The examples provided apply Boruta for feature selection in classification problems. Can Boruta be accurately applied for feature selection in regression problems? If so, what regression estimator would be most appropriate? (i.e. RandomForestRegressor, GradientBoostingRegressor, etc.)

@Sandy4321
Copy link

yes, it would be great to answer on this question, since your wrote : Compatible with any ensemble method from scikit-learn ?

@danielhomola
Copy link
Collaborator

RandomForrestRegressor should work fine with Boruta.

@Sandy4321
Copy link

it is exactly the question: can it be used for Logistic regression from scikit learn or not?
from your answer fallows that not: it works only for RandomForrestRegressor from scikit learn
may you write clear way ; can it be used for Logistic regression from scikit learn???

@danielhomola
Copy link
Collaborator

It seems like you haven't read the paper or now how boruta works. It might be useful.

@Sandy4321
Copy link

Boruta conceptually should work with Logistic Regression , only the question is : did you coded this option?

@danielhomola
Copy link
Collaborator

No.

@Sandy4321
Copy link

interesting why?

@danielhomola
Copy link
Collaborator

because it's not what's in Boruta (you might have missed which package you're using) and besides that why would anyone use a linear classifier instead of RF or other ensemble?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants