Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

aaronreidsmith / scikit-learn   python

Repository URL to install this package:

Version: 0.22 

/ cross_decomposition / __init__.py

from ._pls import PLSCanonical, PLSRegression, PLSSVD
from ._cca import CCA

__all__ = ['PLSCanonical', 'PLSRegression', 'PLSSVD', 'CCA']