From 05b0976b17a4021d7884a2bd526a7582aa59e66a Mon Sep 17 00:00:00 2001 From: "Timur M. Carstensen" Date: Mon, 5 Aug 2024 16:42:39 +0200 Subject: [PATCH] another typo --- neps/search_spaces/search_space.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neps/search_spaces/search_space.py b/neps/search_spaces/search_space.py index d3aa0798..992709c6 100644 --- a/neps/search_spaces/search_space.py +++ b/neps/search_spaces/search_space.py @@ -480,7 +480,7 @@ def get_normalized_hp_categories( *, ignore_fidelity: bool = False, ) -> dict[Literal["continuous", "categorical", "graphs"], list[Any]]: - """Get the normalized values for each hyperparameter in the configuraiton. + """Get the normalized values for each hyperparameter in the configuration. Args: ignore_fidelity: Whether to ignore the fidelity parameter when getting the