File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
MACHINE_EPSILON = np .finfo (np .double ).eps
21
21
22
22
23
- @deprecated ("l1_cross_distances is deprecated and will be removed in 0.18 ." )
23
+ @deprecated ("l1_cross_distances is deprecated and will be removed in 0.19 ." )
24
24
def l1_cross_distances (X ):
25
25
"""
26
26
Computes the nonzero componentwise L1 cross-distances between the vectors
@@ -58,12 +58,12 @@ def l1_cross_distances(X):
58
58
return D , ij
59
59
60
60
61
- @deprecated ("GaussianProcess is deprecated and will be removed in 0.18 . "
61
+ @deprecated ("GaussianProcess is deprecated and will be removed in 0.19 . "
62
62
"Use the GaussianProcessRegressor instead." )
63
63
class GaussianProcess (BaseEstimator , RegressorMixin ):
64
64
"""The legacy Gaussian Process model class.
65
65
66
- Note that this class is deprecated and will be removed in 0.18 .
66
+ Note that this class is deprecated and will be removed in 0.19 .
67
67
Use the GaussianProcessRegressor instead.
68
68
69
69
Read more in the :ref:`User Guide <gaussian_process>`.
You can’t perform that action at this time.
0 commit comments