svkucheryavski / mdatools

R package for Multivariate Data Analysis
https://mda.tools
Other
33 stars 11 forks source link

Make possible to run iPLS with test set validation #97

Closed svkucheryavski closed 3 years ago

svkucheryavski commented 3 years ago

Add two additional parameters to the ipls() function: x.test and y.test. The parameters have the same meaning as in PLS regression, if they are provided, then iPLS will use the test set for validation and thus for selection (or exclusion) of intervals. It will increase the speed of the procedure significantly.

svkucheryavski commented 3 years ago

done in current developing version (coming release 0.11.4)