Description Usage Arguments Value
Find and return the run that corresponds to the best performing run amongst all the completed runs.
The best performing run is identified solely based on the primary metric
parameter specified in the HyperDriveConfig
(primary_metric_name
).
The PrimaryMetricGoal
governs whether the minimum or maximum of the
primary metric is used. To do a more detailed analysis of all the
run metrics launched by this HyperDrive run, use get_child_run_metrics()
.
Only one of the runs is returned from get_best_run_by_primary_metric()
,
even if several of the runs launched by this HyperDrive run reached
the same best metric.
1 2 3 4 5 | get_best_run_by_primary_metric(
hyperdrive_run,
include_failed = TRUE,
include_canceled = TRUE
)
|
hyperdrive_run |
The |
include_failed |
If |
include_canceled |
If |
The Run
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.