4 lines
138 B
Python
4 lines
138 B
Python
from ._pls import PLSCanonical, PLSRegression, PLSSVD
|
|
from ._cca import CCA
|
|
|
|
__all__ = ['PLSCanonical', 'PLSRegression', 'PLSSVD', 'CCA']
|