Parameter Tuning

This page provides guidance on using the tune() function in mixOmics for parameter tuning, essential for optimising model performance. Parameter tuning helps with optimal selection of number of components (ncomp), distance metrics (dist), and variables to retain (keepX/keepY). The tune() function uses cross-validation to identify the best-performing parameter combinations. This page offers examples for tuning regression models (PLS, sPLS) and classification models (PLS-DA, sPLS-DA), and special cases like PCA and CCA. This process enables effective parameter tuning while balancing computational efficiency.

Data used on this page:
liver.toxicity
breast.tumors
nutrimouse

Key functions used on this page:
tune()
tune.pls()
tune.spls()
tune.plsda()
tune.splsda()
tune.pca()
tune.rcc()