Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which Hyperopt function should you use to generate a real value that follows a normal distribution with a specified mean (mu) and standard deviation (sigma)?
A
hp.quniform(label, low, high, q)
B
hp.loguniform(label, low, high)
C
hp.normal(label, mu, sigma)
D
hp.qnormal(label, mu, sigma, q)