diff --git a/source/examples/rapids-azureml-hpo/notebook.ipynb b/source/examples/rapids-azureml-hpo/notebook.ipynb index b98109d..3c6337a 100644 --- a/source/examples/rapids-azureml-hpo/notebook.ipynb +++ b/source/examples/rapids-azureml-hpo/notebook.ipynb @@ -390,10 +390,7 @@ "\n", "# Relax these limits to run more trials\n", "sweep_job.set_limits(\n", - " max_total_trials=5,\n", - " max_concurrent_trials=5,\n", - " timeout=18000,\n", - " trial_timeout=3600\n", + " max_total_trials=5, max_concurrent_trials=5, timeout=18000, trial_timeout=3600\n", ")\n", "\n", "# Specify your experiment details\n",