You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be fine for small ordinals like ["small", "medium", "large"], just treating them as a categorical, but, for tabular benchmarks this may be an issue.
For example, consider a benchmark which only has tabular entries for hyperparameters x, y, i.e.
See these lines when converting form ConfigSpace spaces to Neps space:
neps/neps/search_spaces/search_space.py
Lines 33 to 42 in 8b2d498
This may be fine for small ordinals like
["small", "medium", "large"]
, just treating them as a categorical, but, for tabular benchmarks this may be an issue.For example, consider a benchmark which only has tabular entries for hyperparameters
x, y
, i.e.An optimizer which takes into account their order should theoretically outperform one which doesn't, i.e. SMAC.
One hacky solution is to convert it to an integer representation that act as indices so order information is presevered?
The text was updated successfully, but these errors were encountered: