Description Usage Arguments Details
Loads the model artifact in the current R session. Currently only supports xgboost models.
1 2 3 4 5 6 7 | sagemaker_load_model(x)
## S3 method for class 'sagemaker'
sagemaker_load_model(x)
## S3 method for class 'character'
sagemaker_load_model(x)
|
x |
Either the |
xgboost models require the xgboost Python package. See sagemaker_install_xgboost to download.
xgboost models return a xgboost.core.Booster
from the xgboost Python package. See
predict.xgboost.core.Booster
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.