Skip to content
Snippets Groups Projects
__init__.py 292 B
Newer Older
DIANE's avatar
DIANE committed
from .PCA_ import *
DIANE's avatar
DIANE committed
from .KMEANS_ import Sk_Kmeans
DIANE's avatar
DIANE committed
from .UMAP_ import * 
from .DATA_HANDLING import * 
DIANE's avatar
DIANE committed
from .PLSR_ import PinardPlsr
DIANE's avatar
DIANE committed
from .LWPLSR_ import model_LWPLSR
DIANE's avatar
DIANE committed
from .Regression_metrics import metrics
from .VarSel import TpeIpls
from .Miscellaneous import resid_plot, reg_plot