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

LightGBM 的支持 #4

Closed
Foristkirito opened this issue Aug 21, 2019 · 2 comments
Closed

LightGBM 的支持 #4

Foristkirito opened this issue Aug 21, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Foristkirito
Copy link

AttributeError: 'LGBMRanker' object has no attribute 'fitted_'

@yzhao062
Copy link
Owner

Thanks. I have not testst on LightGBM and catboost but only sckit-learn and xgboost.
This should be easy to address and I will update in the next version. Will update you here.

@yzhao062 yzhao062 self-assigned this Aug 24, 2019
@yzhao062 yzhao062 added the enhancement New feature or request label Aug 24, 2019
@yzhao062
Copy link
Owner

yzhao062 commented Sep 1, 2019

Hi there,

Only classification is supported for combining models from scikit-learn, xgboost, and lightGBM. See this example for more information: https://github.com/yzhao062/combo/blob/master/examples/classifier_multiple_libs.py

I guess LGBRanker would not work as it is a valid classifier. Hope this information helps.

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

No branches or pull requests

2 participants