scikit-learn/sklearn
Sergei Lebedev a47c3b9a07 ENH use expit in ``_BinaryGaussianProcessClassifierLaplace`` (#9011)
SciPy already provides a numerically stable ``special.expit``
function, which does not overflow on the example mentioned in #8641.
2017-06-07 10:20:54 +10:00
..
__check_build [MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719) 2016-11-02 22:57:04 +11:00
_build_utils [MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719) 2016-11-02 22:57:04 +11:00
cluster [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00
covariance Fix typos in test_covariance.py and extmath.py (#8997) 2017-06-06 16:54:51 +02:00
cross_decomposition [MRG+1] MAINT drop SciPy < 0.13 (#8854) 2017-06-02 23:36:33 +02:00
datasets [MRG+1] DOC use a table in load_linnerud docstring (#8970) 2017-06-01 14:32:59 +02:00
decomposition [MRG+1] LDA verbose should print iteration number in all cases (#8944) 2017-06-06 18:06:43 +02:00
ensemble [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00
externals Fix typos (#8980) 2017-06-03 23:54:04 +02:00
feature_extraction [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00
feature_selection [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00
gaussian_process ENH use expit in ``_BinaryGaussianProcessClassifierLaplace`` (#9011) 2017-06-07 10:20:54 +10:00
linear_model [MRG+1] MAINT drop SciPy < 0.13 (#8854) 2017-06-02 23:36:33 +02:00
manifold [MRG+1] MAINT drop SciPy < 0.13 (#8854) 2017-06-02 23:36:33 +02:00
metrics Fix typos (#8980) 2017-06-03 23:54:04 +02:00
mixture [MRG+1] MAINT drop SciPy < 0.13 (#8854) 2017-06-02 23:36:33 +02:00
model_selection [MRG+1] Change the restriction of n_repeats in RepeatedKFold and RepeatedStratifiedKFold (#8909) 2017-06-05 16:51:17 +02:00
neighbors [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00
neural_network [MRG+1] MAINT drop SciPy < 0.13 (#8854) 2017-06-02 23:36:33 +02:00
preprocessing Removed DataConversionWarning in Normalize (#8712) 2017-04-25 15:11:03 -04:00
semi_supervised [MRG + 1] [TST] (half-cosmetic) use less nose.tools import to simplify future transition to py.test (#7384) 2016-10-07 12:46:52 -04:00
src/cblas [MRG+3] Fused types for MultiTaskElasticNet (#8061) 2016-12-28 11:31:38 +01:00
svm Add information what +1 and -1 means (#8891) 2017-05-17 17:29:17 +02:00
tests [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00
tree Updated error message for max_leaf_nodes (#8975) 2017-06-02 09:29:59 -07:00
utils Fix typos in test_covariance.py and extmath.py (#8997) 2017-06-06 16:54:51 +02:00
__init__.py [MRG+1] Housekeeping Deprecations for v0.19 (#7927) 2016-12-09 12:43:38 -05:00
_isotonic.pyx [MRG+2] Faster isotonic rebased (#7444) 2016-09-16 19:13:51 +02:00
base.py [MRG] Updated title and versions supported in contributing documentation (#8824) 2017-05-07 19:36:31 -07:00
calibration.py [MRG+2] referred reliability diagrams and added citations (#8527) 2017-03-05 12:23:35 +11:00
cross_validation.py [MRG+1] DOC improve description and consistency of random_state (#8689) 2017-04-05 17:43:21 -07:00
discriminant_analysis.py COSMIT PEP257 2016-12-27 13:49:21 +11:00
dummy.py [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00
exceptions.py [MRG+1] Fix estimators to work if sample_weight parameter is pandas Series type (#7825) 2016-12-03 15:56:22 -05:00
grid_search.py [MRG+1] Fix inverse_transform in deprecated GridSearchCV (#8860) 2017-05-12 14:33:08 +02:00
isotonic.py [MRG+1] Calculate confidence intervall only if we have enough samples (#8621) 2017-03-30 14:14:02 +02:00
kernel_approximation.py Division. 2017-06-06 23:13:42 +09:00
kernel_ridge.py [MRG+1] Fix estimators to work if sample_weight parameter is pandas Series type (#7825) 2016-12-03 15:56:22 -05:00
learning_curve.py [MRG+2] DOC framework for keeping API refs for deprecated classes/funcs (#7725) 2016-10-30 16:04:35 +01:00
multiclass.py [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00
multioutput.py [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00
naive_bayes.py [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00
pipeline.py [MRG+1] EHN/DOC Make error msg about Memory more explicit (#8865) 2017-05-17 22:51:16 +10:00
random_projection.py [MRG+1] DOC improve description and consistency of random_state (#8689) 2017-04-05 17:43:21 -07:00
setup.py [MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719) 2016-11-02 22:57:04 +11:00