-
Notifications
You must be signed in to change notification settings - Fork 89
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
An explicit function for creating a resusable XGBoost model #779
Comments
Thanks for the issue, @CarmenCiardiello! For now, xgboost models fitted with parsnip (and possible wrappers like workflows, workflowsets, stacks) will be susceptible to the kind of instability across versions noted in the xgboost documentation on saving and memory snapshots. We're actively working on better infrastructure for supporting native serialization like xgboost's |
Thanks for pointing me in this direction! |
Closing in favor of #781. Thanks for the issue! |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
Saving XGBoost
worklfow
I have a couple of
xgboost
models in production that are saved asworkflow
objects in a RDS file. There seems to be some compatibility issues with the the updated version ofxgboost
. Not sure what/if there is a remedy to this, but having a function to explicitly save the workflow object as something this is reusable and compatible withxgboost
.The text was updated successfully, but these errors were encountered: