rstudio / cloudml

R interface to Google Cloud Machine Learning Engine
https://tensorflow.rstudio.com/tools/cloudml/
65 stars 24 forks source link

xgboost support? #180

Closed MarkEdmondson1234 closed 6 years ago

MarkEdmondson1234 commented 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?)

MarkEdmondson1234 commented 6 years ago

This looks like it is supported if you use xgb.save() instead of saving to .rds files.