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

[FEATURE] add feature names to xgboost output #117

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jcharkow
Copy link
Contributor

Problem: Currently XGBoost model does not store feature names, just stored as f1...fn.

Solution:Before exporting the model add the feature names.

Curerntly xgboost model does not store feature names, just stored as
f1...fn. Before exporting the model add the feature names.
@jcharkow jcharkow marked this pull request as draft April 13, 2023 14:37
This is more persistent than .pkl which is not guarenteed to work with
future versions of XGBoost. .json string is attached
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

Successfully merging this pull request may close these issues.

1 participant