get_best_run_by_metric: get_best_run_in_experiment

Description Usage Arguments Details key descending

View source: R/client_api_scaffold.R

Description

Sorts the results from this collection by 'key'.

Usage

1
get_best_run_by_metric(experiment, metric, descending = TRUE)

Arguments

metric

metric, written in the experiments. Should be of the form 'metrics.xxx', e.g. 'metrics.auc' or 'metrics.rsq'

descending

descending

Details

A 'key' is a string containing a dot-delimited property such as “metrics.accuracy“. Parameters ———- key : str Dot-delimited property. descending : bool, default FALSE Order in which to return sorted results. Returns ——- The same type of object given in the input. Examples ——– .. code-block:: python runs.sort("metrics.accuracy") # <ExperimentRuns containing 3 runs>

key

metric: Dot-delimited property. descending : bool, default FALSE Order in which to return sorted results.

descending

bool, default False: Order in which to return sorted results.


botchkoAI/vertaReticulateClient documentation built on Dec. 19, 2021, 10:50 a.m.