You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* releases: (57 commits)
REL increased version number, added whatsnew
DOC some copyediting
COSMIT pep8
ENH set the random state to avoid heisenfailures
ENH rewrite radius-NN classifier's outlier handling
BUG in RadiusNeighborClassifier outlier handling
BUG allow outlier_label=0 in RadiusNeighborClassifier
TST stronger tests for arbitrary classes. make explicit what works and what doesn't.
BF: explicitly mark train_test_split as not the one for nosetesting
COSMIT update mailmap
ENH fix test_estimators_overwrite_params to test regressors and transformers
ENH speed up RBFSampler by ~10%
TST fit_transform(X)==fit(X).transform(X)
BUG in KernelPCA: wrong default value for gamma
raise ValueError if division through zero in LogOddsEstimator
fix: deviance computation in BinomialDeviance was wrong (ignored cases where y == 0) - thanks to ChrisBeaumont for reporting this issue
fix: map labels to {0, 1}
BUG fix broken grid search example
DOC: add example and ref to lars_path in lasso_path
BUG: highly-degenerate roc curves
...
Conflicts:
sklearn/externals/joblib/__init__.py
sklearn/externals/joblib/hashing.py
sklearn/externals/joblib/test/test_hashing.py
0 commit comments