Closed MarkEdmondson1234 closed 6 years ago
Hello! Does this library support xgboost models uploaded to Cloud ML?
The Python example is here
xgboost has its R library, but I'm unclear how you turn an R xgboost model object into one that can be used in the example above (e.g. the R equivalent of pickling model objects?)
This looks like it is supported if you use xgb.save() instead of saving to .rds files.
xgb.save()
.rds
Hello! Does this library support xgboost models uploaded to Cloud ML?
The Python example is here
xgboost has its R library, but I'm unclear how you turn an R xgboost model object into one that can be used in the example above (e.g. the R equivalent of pickling model objects?)