works, i just created a text file named cv_params_demo.py in the same folder as my notebooks.
Matthew Rocklin
@mrocklin
Our fault. Use the 05_ notebook in notebooks/05_... instead of pydata-dc-2016/04_...
Wave me over if you have trouble with this
Aron Ahmadia
@ahmadia
from dask.distributed import Executor, progress
e = Executor('schedulers:9000')
e.upload_file('cv_params_demo.py')
futures = []
for split in cv_splits:
for params in param_samples:
future = e.submit(evaluate_one, SVC, params, split)
futures.append(future)progress(futures)
vav1288
@vav1288
This message was deleted
Dan Coates
@dan-coates
Can I just say how sweet progress bars are? I love progress bars. OK, I'm done.
jc-healy
@jc-healy
Yep, those are awesome progress bars. They bring me joy.
Benjamin Zaitlen
@quasiben
Is the tutorial finished ? I’d I can leave up the cluster for the day but i’d like to scale it back a bit
Benjamin Zaitlen
@quasiben
@/all I’m scaling the cluster back — apologies if you’re in the middle of work