Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which Hyperopt function returns a value similar to round(exp(normal(mu, sigma)) / q) * q?
round(exp(normal(mu, sigma)) / q) * q
A
hp.normal(label, mu, sigma)
B
hp.qloguniform(label, low, high, q)
C
hp.lognormal(label, mu, sigma)
D
hp.quniform(label, low, high, q)