Skip to content

Instantly share code, notes, and snippets.

@cicdw
Created November 10, 2017 16:07
Show Gist options
  • Save cicdw/5cb36ec64e46e9b4492591c2b1d481e5 to your computer and use it in GitHub Desktop.
Save cicdw/5cb36ec64e46e9b4492591c2b1d481e5 to your computer and use it in GitHub Desktop.
Code snippets for Medium blog post
res = np.zeros((n, 15))
%%timeit -n 100
_ = fast_predict_over_time(x, y, z, False, res) # 100 loops, best of 3: 575 µs per loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment