Last active
November 10, 2017 17:06
-
-
Save cicdw/2cd53c6396b7dd1a3d4a3c703552634c to your computer and use it in GitHub Desktop.
Code snippets for Medium blog post
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%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