-
Notifications
You must be signed in to change notification settings - Fork 6
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
Is there any plan to make forust model format compatible of xgboost? #105
Comments
I think it’s possible, forust saves more information than XGBoost with the final model. So would have to think through good defaults for the missing information. |
Would you be open to converting the models into the forust format using Python? Or are you looking for a pure rust implementation for the conversion? |
It's OK to use Python to convert models. |
py_test_0.zip |
I found that forust is the only crate in pure rust for xgboost. I've got some models trained in xgboost. It will be very convenient if forust can support xgboost-format-compatible models inference.
The text was updated successfully, but these errors were encountered: