astromodule.hp.CategoricalHyperParameter.from_dict#
- static CategoricalHyperParameter.from_dict(params: dict)#
Creates a concrete instance of hyperparmeter from a dictionary of the python
- Parameters:
- params
dict
A python dictionary that can be properly transformed into a concrete hyperparmeter instance.
- params
- Returns:
HyperParameter
A concrete instance of hyperparmeter