Skip to content
Avatar

Achievements

Achievements

Highlights

  • 133 discussions answered

Organizations

@scipy @scikit-learn @astroML @uwescience @UWSEDS @altair-viz
Block or Report

Block or report jakevdp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

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

    Jupyter Notebook 32.3k 14.5k

  2. Declarative statistical visualization library for Python

    Python 7.2k 645

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

    Jupyter Notebook 3k 1.4k

  4. Materials for my scikit-learn tutorial

    Jupyter Notebook 1.5k 878

1,497 contributions in the last year

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

Contribution activity

January 2022

Created 1 repository

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

Add lax.searchsorted_p primitive

Make searchsorted a lax primitive, primarily to allow switching to a more efficient implementation on accelerators. Also addresses one of the TODOs…

+308 −27 10 comments

Created an issue in google/jax that received 2 comments

jnp.unique does not properly handle NaN values

Example: import numpy as np import jax.numpy as jnp x = np.array([0, 1, np.nan, np.nan]) print(np.unique(x)) # [ 0., 1., nan]) print(jnp.unique(x)) [

2 comments
Opened 2 other issues in 1 repository

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