sagemaker_tuning_job_logs: Sagemaker Tuning Job Logs

Description Usage Arguments

View source: R/helpers.R

Description

Returns parameter and validation results from the tuning job. The result is a data frame has one row per model, along with the trained validation metric.

Usage

1
2
3
4
5
6
7
sagemaker_tuning_job_logs(x)

## S3 method for class 'sagemaker'
sagemaker_tuning_job_logs(x)

## S3 method for class 'character'
sagemaker_tuning_job_logs(x)

Arguments

x

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


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