The Wayback Machine - http://web.archive.org/web/20201123205202/https://github.com/jakevdp
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@scipy @scikit-learn @astroML @uwescience @UWSEDS @altair-viz

Pinned

  1. Python Data Science Handbook: full text in Jupyter Notebooks

    Jupyter Notebook 26.9k 11.8k

  2. Declarative statistical visualization library for Python

    Python 6.2k 564

  3. The Jupyter Notebooks behind my OReilly report, "A Whirlwind Tour of Python"

    Jupyter Notebook 2.6k 1.2k

  4. Materials for my scikit-learn tutorial

    Jupyter Notebook 1.4k 794

1,600 contributions in the last year

Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

November 2020

Created 30 commits in 1 repository

Created a pull request in google/jax that received 5 comments

PRNGSeed: ensure JIT invariance for valid inputs.

This is a less drastic version of #4821 that aims only for JIT invariance for jax.random.PRNGKey, leaving dtype invariance breakages untouched. The…

+32 −16 5 comments

Created an issue in google/jax that received 2 comments

jit fails for large uint64 inputs

Repro: import jax.numpy as jnp from jax import jit, random, config config.update('jax_enable_x64', True) x = jnp.iinfo(jnp.uint64).max print(jnp.ui…

2 comments

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.