powered by
Create setting for sagemaker model
setSagemakerBinary( classifier = "xgboost", bucket, prefix = "data", roleArn, otherparams = NULL, seed = NULL )
The name of the sagemaker binary classifier to use (pick from: knn, xgboost or linear-learner)
The s3 bucker string to save data for model training
The s3 subdirectory for the data
The amazon roleArn
Other parameters for training (currently not working)
The seed for the training
# NOT RUN { model.sm <- setSagemakerBinary(classifier='gxboost', bucket='ohdsi3') # }
Run the code above in your browser using DataLab