4 lines
121 B
Python
4 lines
121 B
Python
from ._pls import CCA, PLSSVD, PLSCanonical, PLSRegression
|
|
|
|
__all__ = ["PLSCanonical", "PLSRegression", "PLSSVD", "CCA"]
|