Description Usage Arguments Details key descending
View source: R/client_api_scaffold.R
Sorts the results from this collection by 'key'.
1 | get_best_run_by_metric(experiment, metric, descending = TRUE)
|
metric |
metric, written in the experiments. Should be of the form 'metrics.xxx', e.g. 'metrics.auc' or 'metrics.rsq' |
descending |
descending |
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>
metric: Dot-delimited property. descending : bool, default FALSE Order in which to return sorted results.
bool, default False: Order in which to return sorted results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.