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

donot suport lgb/xgb? #52

Closed
yuanjie-ai opened this issue Jan 15, 2019 · 2 comments
Closed

donot suport lgb/xgb? #52

yuanjie-ai opened this issue Jan 15, 2019 · 2 comments

Comments

@yuanjie-ai
Copy link

donot suport lgb/xgb?

@hatunina
Copy link

hatunina commented Jan 27, 2019

Hi @JIE-YUAN ,
I also had the same question.
I solved it by using lgb scikit-learn api .
Because Boruta uses "feature_importances_" internally.

However, it may not be wrong because it is not used as much yet. Sorry at that time.

@marcospiau
Copy link

marcospiau commented Mar 14, 2019

I managed to get lgb working by following the instructions on the comments section of this kernel on Kaggle (https://www.kaggle.com/ogrellier/noise-analysis-of-porto-seguro-s-features). You need to change the line 282 of boruta_py.py to:
self.estimator.set_params(random_state=self.random_state.get_state()[2])

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

4 participants