.get_tune_parameters {tune}R Documentation

Various accessor functions

Description

These functions return different attributes from objects with class tune_result.

Usage

.get_tune_parameters(x)

.get_tune_parameter_names(x)

.get_extra_col_names(x)

.get_tune_metrics(x)

.get_tune_metric_names(x)

.get_tune_eval_times(x)

.get_tune_eval_time_target(x)

.get_tune_outcome_names(x)

.get_tune_workflow(x)

## S3 method for class 'tune_results'
.get_fingerprint(x, ...)

Arguments

x

An object of class tune_result.

Value


[Package tune version 1.2.1 Index]