Richard Liaw

Results 122 comments of Richard Liaw

Hey @sungreong we actually removed this feature but am happy to reintroduce support. I'll push a PR soon!

Hmm, so yeah this seems to be a common request. We've actually implemented something similar in Bayesopt (see ray/python/ray/tune/suggest/bayesopt.py).

hmm yeah maybe that sounds good. Could you push a PR and tag me?

@Yosafat1997 does it work if you do `sklearn.model_selection.GridSearch` instead?

I think checkpoint/restore may not work directly with tune-sklearn. However, I would try: tune-sklearn (latest master, so clone off of github) pip install ray ==1.3

Yeah! It's because one of the core dependencies (Ray) currently doesn't work on 3.9. I've brought this up with the team and there's currently ongoing work (expect to be available...

What version of pip are you using @Miladiouss ?

@Miladiouss I'll just keep this open - we don't have 3.9 support for Ray yet. @lindu2770 not sure why you're seeing this error...

Are you using Kubernetes / ray client @ICESDHR ?

@Jeffwan that sounds awesome. On Ray side we plan to cut 2.0rc on 7/27. Kuberay to cut anytime before that or close to that would be ideal. Also cc @tgaddair...