Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
Columbia University Data Science Institute
- NYC
- Sign in to view email
- http://amueller.github.io
Pinned
1,388 contributions in the last year
Activity overview
Contributed to
amueller/dabl,
scikit-learn/scikit-learn,
amueller/COMS4995-s19
and 5 other
repositories

Contribution activity
December 2019
Created a pull request in openml/openml-python that received 2 comments
store uint8 data in uint8 not float
Fixes #891. Most of the large datasets in cc-18 are actually "image" dataset with entries from 0-255. Storing them as uint8 will drastically remove…
+39
−15
•
2
comments
- Pairplot polish
- refactor plot_classification_continuous a bit
- Fix api toc
- don't include basic.css
- fixing the index page, more doc fixes
- add artifact link for magic circle link
- allow passing y in plot
- Doc update
- Less sh candidates
- SimpleClassifier clean fix
- some fixes for sklearn 0.22 and some polish
Created an issue in openml/openml-python that received 8 comments
pickle for SVHN bigger than arff file
For dataset 41081, I get:
1.1G dataset.arff
2.3G dataset.pkl.py3
Maybe we should be using joblib instead? My hard drive is getting full because I'…
8
comments