mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[docs] Add mode to Ray Tune quick start (#14023)
This commit is contained in:
parent
75fbd48edd
commit
05ab75fbe1
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ This example runs a parallel grid search to optimize an example objective functi
|
|||
"beta": tune.choice([1, 2, 3])
|
||||
})
|
||||
|
||||
print("Best config: ", analysis.get_best_config(metric="mean_loss"))
|
||||
print("Best config: ", analysis.get_best_config(metric="mean_loss", mode="min"))
|
||||
|
||||
# Get a dataframe for analyzing trial results.
|
||||
df = analysis.results_df
|
||||
|
|
Loading…
Add table
Reference in a new issue