Description Usage Arguments Examples
View source: R/SageMakerBinary.R
Create setting for sagemaker model
1 2 3 4 5 6 7 8 | setSagemakerBinary(
classifier = "xgboost",
bucket,
prefix = "data",
roleArn,
otherparams = NULL,
seed = NULL
)
|
classifier |
The name of the sagemaker binary classifier to use (pick from: knn, xgboost or linear-learner) |
bucket |
The s3 bucker string to save data for model training |
prefix |
The s3 subdirectory for the data |
roleArn |
The amazon roleArn |
otherparams |
Other parameters for training (currently not working) |
seed |
The seed for the training |
1 2 3 4 | ## Not run:
model.sm <- setSagemakerBinary(classifier='gxboost', bucket='ohdsi3')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.