HPO refactor - remove HPO from fundamentals, add general overview with links to solutions, create hpo_sdk which goes over sdk class.

Note: SDK files aren't in ToC yet.
This commit is contained in:
revital
2025-02-18 14:49:34 +02:00
parent 495cb65823
commit fa0dbf498b
20 changed files with 58 additions and 47 deletions

View File

@@ -131,5 +131,5 @@ task.execute_remotely(queue_name='default', exit_process=True)
## Hyperparameter Optimization
Use ClearML's [`HyperParameterOptimizer`](../references/sdk/hpo_optimization_hyperparameteroptimizer.md) class to find
the hyperparameter values that yield the best performing models. See [Hyperparameter Optimization](../fundamentals/hpo.md)
the hyperparameter values that yield the best performing models. See [Hyperparameter Optimization](../hpo.md)
for more information.