Hugo L Fernandes

Results 4 issues of Hugo L Fernandes

now it works with `pip -e` but not with `python setup.py install`

I noticed it while working on cvpyglmnet: ![screen shot 2016-05-09 at 2 01 10 pm](https://cloud.githubusercontent.com/assets/3664942/15124619/857f8570-15ee-11e6-84fc-f33565b78db3.png) If you notice there is a weird behavior on the training performance: the training set...

bug

I got negative pseudo-R2s on the V4 data so I checked: running with default `reg_lambdas` seems to work fine ``` python import numpy as np import scipy.sparse as sps from...

bug
docs
benchmark

Hi Ethan, Very interesting! Looks like `nn_vs_ann.benchmark` is running with `k=10` but `viz` and readme have `k=5` hardcoded.