From 33cf98cd5f9853b6dc15bcaa0133eaed4f6740b3 Mon Sep 17 00:00:00 2001 From: Gael Varoquaux <gael.varoquaux@normalesup.org> Date: Wed, 7 Aug 2013 23:24:11 +0200 Subject: [PATCH] MISC: deprection is in 2 releases --- sklearn/pls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sklearn/pls.py b/sklearn/pls.py index 68c0a2afa7..db1aeb043e 100644 --- a/sklearn/pls.py +++ b/sklearn/pls.py @@ -4,4 +4,4 @@ from .cross_decomposition import CCA, PLSSVD, PLSRegression, PLSCanonical warnings.warn("This module has been moved to cross_decomposition and will be " - "removed in 0.15", DeprecationWarning) + "removed in 0.16", DeprecationWarning) -- GitLab