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