Skip to content

Commit 8bdf331

Browse files
authored
Fix link to Ray in autotune tutorial (#130)
1 parent 9281dbc commit 8bdf331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autotune_scvi.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
"cell_type": "markdown",
357357
"metadata": {},
358358
"source": [
359-
"Now that we know what hyperparameters are available to us, we can define a search space using the [search space API](https://docs.ray.io/en/latest/tune/api_docs/search_space.html) in `ray.tune`. For this tutorial, we choose a simple search space with two model hyperparameters and one training plan hyperparameter. These can all be combined into a single dictionary that we pass into the `fit` method."
359+
"Now that we know what hyperparameters are available to us, we can define a search space using the [search space API](https://docs.ray.io/en/latest/tune/api/search_space.html) in `ray.tune`. For this tutorial, we choose a simple search space with two model hyperparameters and one training plan hyperparameter. These can all be combined into a single dictionary that we pass into the `fit` method."
360360
]
361361
},
362362
{
@@ -602,4 +602,4 @@
602602
},
603603
"nbformat": 4,
604604
"nbformat_minor": 2
605-
}
605+
}

0 commit comments

Comments
 (0)