Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
scikit-learn / pls.py
Size: Mime:
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)