deephyper.hpo.gmm.GMMSampler#
- class deephyper.hpo.gmm.GMMSampler(config_space, random_state=None)[source]#
Bases:
objectGaussian Mixture Model sampler.
- Parameters:
config_space (ConfigSpace) – the configuration space used to check the conditions on the samples generated from the gaussian mixture model.
random_state (Union[int,RandomState], optional) – a random state for the sampler. Defaults to
None.
Methods
Utility that checks the columns of the dataframe against the config space.
Fits the Gaussian mixture model.
Generates samples from the Gaussian mixture model.
- check_variable_types(df)[source]#
Utility that checks the columns of the dataframe against the config space.