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 25.9k 11.5k

  2. Declarative statistical visualization library for Python

    Python 6k 560

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

    Jupyter Notebook 2.5k 1.2k

  4. Materials for my scikit-learn tutorial

    Jupyter Notebook 1.3k 787

1,630 contributions in the last year

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

Contribution activity

October 2020

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

Improve pmap axis error in the presence of pytrees

Fixes #4552. Example: from jax import pmap import jax.numpy as jnp @pmap def f(x): return x z = [jnp.ones((1, n)) for n in range(6)] x = [z, z, z + [0

+8 −7 3 comments

Created an issue in google/jax that received 2 comments

Should JAX deprecate indexing with lists?

Since numpy 1.16, indexing with a list in place of a tuple has led to a FutureWarning: >>> import numpy as np >>> x = np.arange(6).reshape(2, 3) >>>

2 comments

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

You can’t perform that action at this time.