Skip to content

Instantly share code, notes, and snippets.

@cicdw
Last active November 10, 2017 17:06
Show Gist options
  • Save cicdw/2cd53c6396b7dd1a3d4a3c703552634c to your computer and use it in GitHub Desktop.
Save cicdw/2cd53c6396b7dd1a3d4a3c703552634c to your computer and use it in GitHub Desktop.
Code snippets for Medium blog post
%%timeit -n 100
_, _ = dask.compute(results['w_overlay'],
results['predict_another_thing'])
# 100 loops, best of 3: 1.61 ms per loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment