Support string values for categorical parameter in Grid Suggestion #1124
Closed
Description
/kind feature
User can't specify string values for Grid suggestion in Categorical parameter.
Currently, our Chocolate suggestion supports only int or float values for the list in Categorical parameter. See here: https://github.com/kubeflow/katib/blob/master/examples/v1alpha3/grid-example.yaml#L37.
User should be able to specify any values in the list.
We can convert string values from the list to integers and save them in Chocolate DB.