Repository URL to install this package:
|
Version:
0.15.2 ▾
|
scikit-learn
/
pls.py
|
|---|
import warnings
from .cross_decomposition import CCA, PLSSVD, PLSRegression, PLSCanonical
warnings.warn("This module has been moved to cross_decomposition and will be "
"removed in 0.16", DeprecationWarning)