-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
machine-learning.ipynb on http://pangeo.pydata.org RuntimeError #1
Comments
@TomAugspurger, does this mean anything to you, perhaps a joblib/sklearn release schedule thing? |
Did you |
The imports (in order) throughout the notebook are:
|
Thanks, that would have raised a different error anyway. Will take a look later. |
Seeing same issue in example notebooks |
Hopefully fixed by pangeo-data/helm-chart#51 You could maybe work around it by adding dask-ml to the
for now, but that isn't a long-term solution. |
This machine learning notebook is working fine on our http://pangeo.esipfed.org instance using this Dockerfile based solely on conda-forge. |
Strange, as the worker dockerfile doesn't include dask-ml:
https://github.com/rsignell-usgs/helm-chart/blob/94ca64191b9e4ab12ba455852c2ed85a915cd51b/docker-images/worker/Dockerfile
My diagnosis may be incorrect then.
…On Mon, Jul 23, 2018 at 4:05 PM Rich Signell ***@***.***> wrote:
This machine learning notebook is working fine on our
http://pangeo.esipfed.org instance using this Dockerfile based solely on
conda-forge
<https://github.com/rsignell-usgs/helm-chart/blob/conda-forge/docker-images/notebook/Dockerfile>
.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABQHIhj07ZcE9JbmSDwWxFOZX7McXtV_ks5uJjqEgaJpZM4U29xb>
.
|
Ah, of course my diagnosis is incorrect, since the example doesn't actually require I'll do some further debugging... |
@TomAugspurger, we actually are using the notebook image for the workers too, so that old worker Dockerfile is misleading. The notebook environment contains dask-ml, which is required by the example notebook. |
Replace pangeo-data.org with pangeo.io
Tried to run the the cell
and got the output (it's long...)
Possibly the
RuntimeError: Joblib backend requires either
joblib>= '0.10.2' or
sklearn> '0.17.1'. Please install or upgrade
is the main issue?The text was updated successfully, but these errors were encountered: