scikit-learn/sklearn/gaussian_process
Jan Hendrik Metzen fb4eded5ee ENH GPC can use warm-starts in _posterior_mode() 2015-10-19 18:04:56 +02:00
..
tests FIX Adapted examples and tests to GPC.predict_proba() adapted return shape 2015-10-19 18:04:56 +02:00
__init__.py REFACTOR GaussianProcessClassification/Regression -> ...Classifier/Regressor 2015-10-19 18:04:55 +02:00
correlation_models.py FIX precision to float64 across the codebase 2015-10-16 11:20:29 +02:00
gaussian_process.py MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
gpc.py ENH GPC can use warm-starts in _posterior_mode() 2015-10-19 18:04:56 +02:00
gpr.py FIX Numpy downward-compatible way of computing sum over two axis 2015-10-19 18:04:56 +02:00
kernels.py REFACTOR Compute standard deviation of predictive distribution at n points in O(n) 2015-10-19 18:04:56 +02:00
regression_models.py FIX precision to float64 across the codebase 2015-10-16 11:20:29 +02:00