Error in import HyperOptSearch

Got it.
Since you are still using 1.13, it is expected - the change was not in 1.13 and is only on master.
You can either

  1. use 1.13 and import suggest.xxx, or
  2. install nightly ray instead and use search.xxx.

See instructions on installing nightly ray: Installing Ray — Ray 1.13.0

2 Likes