scikit-learn/sklearn/gaussian_process
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
..
tests fix deprecated comparison to string in GP (#8518) 2017-03-04 13:37:11 -08:00
__init__.py doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
correlation_models.py doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
gaussian_process.py [MRG+1] DOC improve description and consistency of random_state (#8689) 2017-04-05 17:43:21 -07:00
gpc.py ENH use expit in ``_BinaryGaussianProcessClassifierLaplace`` (#9011) 2017-06-07 10:20:54 +10:00
gpr.py [MRG+1] DOC improve description and consistency of random_state (#8689) 2017-04-05 17:43:21 -07:00
kernels.py Fix tests on numpy master (#8355) 2017-02-15 23:22:49 +11:00
regression_models.py doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00