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

XGBClassifier conversion leads to continuous model outputs #1

Open
Walid-Rahman2 opened this issue Nov 8, 2022 · 2 comments
Open
Assignees

Comments

@Walid-Rahman2
Copy link

I have an xgboost classifier model that is trained to predict a binary target (0, 1). I followed the steps outlined in the notebooks, but the converted xgboost model predicts values on a continuous distribution between -6 and 10. The original base xgboost model does give prediction outputs of 0 and 1 only. Is there a decision boundary enforced by the volta model by which I could post-process the output, or does Volta not yet support classification? Thank you!

@VoltaML
Copy link
Collaborator

VoltaML commented Nov 9, 2022

Hi @Walid-Rahman2. Thanks for trying our library. We only support regression for the time being. We'll have classification support soon.

@Walid-Rahman2
Copy link
Author

Thank you, looking forward it 👍🏼

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