sagemaker_load_model: Loads Model Artifact

Description Usage Arguments Details

Description

Loads the model artifact in the current R session. Currently only supports xgboost models.

Usage

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)

Arguments

x

Either the sagemaker model object created by sagemaker_hyperparameter_tuner or sagemaker_attach_tuner or the training job name.

Details

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.


tmastny/sagemaker documentation built on July 15, 2020, 4:17 p.m.