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