Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which Hyperopt function is specifically designed to generate a random integer within the range [0, upper)?
A
hp.quniform(label, low, high, q)
B
hp.uniform(label, low, high)
C
hp.choice(label, options)
D
hp.randint(label, upper)