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
Hyperparameters now have a pdf(vector: np.ndarray) -> np.ndarray to get the probability density values for the input
Hyperparameters now have a get_max_density() -> float to get the greatest value in it's probability distribution function, the probability of the mode of the distriubtion.
ConfigurationSpace objects now have a remove_parameter_priors() -> ConfigurationSpace to remove any priors