Last active
October 23, 2020 11:59
-
-
Save stsievert/94cecc2679ddedc07a1887080d4afa19 to your computer and use it in GitHub Desktop.
Hyperband demo with sklearn
I'm unsure what you're asking about. I think the HyperbandSearchCV docs, user guide and blog post are better resources than this gist.
Just commenting in case other people stumble upon it too. Wanted to use it
as an example, but it ended up being deprecated.
On Thu, Oct 22, 2020 at 3:57 PM Scott Sievert ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
I'm unsure what you're asking about. I think the HyperbandSearchCV docs
<https://ml.dask.org/modules/generated/dask_ml.model_selection.HyperbandSearchCV.html#dask_ml.model_selection.HyperbandSearchCV>,
user guide
<https://ml.dask.org/hyper-parameter-search.html#adaptive-hyperparameter-optimization>
and blog post <https://blog.dask.org/2019/09/30/dask-hyperparam-opt> are
better resources than this gist.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://gist.github.com/94cecc2679ddedc07a1887080d4afa19#gistcomment-3500268>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADZR6DSTUHIMTYWAC7NYW3SMCFDZANCNFSM4S3URZPA>
.
--
--
Sincerely yours,
Dave Liu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HyperbandSearchCV now
algo.fit gives "Too many values to unpack" error