I have installed ray, and I am trying to import
from ray.tune.suggest.hyperopt import HyperOptSearch
but I keep receiving
ModuleNotFoundError: No module named 'ray.tune.suggest'
I checked the documentation but didn`t see anything that can give me a clue about this problem.
Any idea?