From 50ffd9dafb5f36d2c8397db95e8eadbed22180e3 Mon Sep 17 00:00:00 2001 From: Jonas Otten <49369221+jootten@users.noreply.github.com> Date: Thu, 2 Sep 2021 09:43:27 +0200 Subject: [PATCH] Fix typo in hpo.md (#59) --- docs/fundamentals/hpo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fundamentals/hpo.md b/docs/fundamentals/hpo.md index ba042d9b..387d3212 100644 --- a/docs/fundamentals/hpo.md +++ b/docs/fundamentals/hpo.md @@ -11,7 +11,7 @@ slow and tedious. Luckily, hyperparameter optimization can be automated and boos ## ClearML's HyperParameter Optimization -ClearML provides the `HyperParameterOptimizer` class, which takes care of the entire optimization process for users in +ClearML provides the `HyperParameterOptimizer` class, which takes care of the entire optimization process for users with a simple interface. ClearML's approach to hyperparameter optimization is scalable, easy to set up and to manage, and it makes it easy to