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

Support for XGBoost Booster (XGBoost native api) #632

Open
SystemicCypher opened this issue Sep 9, 2022 · 1 comment
Open

Support for XGBoost Booster (XGBoost native api) #632

SystemicCypher opened this issue Sep 9, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@SystemicCypher
Copy link

Is there planned support for XGBoost's Boosters?

When attempting to convert an XGBoost model I end up with this error
MissingConverter: Unable to find converter for model type <class 'xgboost.core.Booster'>

Using the native xgboost api has some benefits, but it would be nice to be able to convert it to a tensor model.
Is there a way to wrap it with an object that implements the sklearn api for the conversion process to work?

@interesaaat
Copy link
Collaborator

Hi! It shouldn't be too hard support for Booster. Internally we get the model parameters from Booster so it is just a matter of fixing the conversion code I think.

@interesaaat interesaaat added the help wanted Extra attention is needed label Sep 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants