from ._pls import PLSCanonical, PLSRegression, PLSSVD
from ._cca import CCA
__all__ = ['PLSCanonical', 'PLSRegression', 'PLSSVD', 'CCA']