Typically, cross-validation is performed in multiple steps. Each step of cross-validation involves partitioning a sample of data into complementary subsets, performing the fit on one subset (called the training set), and validating the analysis on the other subset (called the validation set or the testing set). The specific type of cross-validation employed by Isight is called leave-one-out cross-validation. In this approach, only one point is used as the testing set during each step of the cross-validation procedure. You can change the number of cross-validation points. For better cross-validation accuracy, you can use all the sampling points as cross-validation points. Each cross-validation point adds an additional step in the cross-validation procedures. Therefore, selecting too many points can cause a significant time delay. The following steps briefly describe what occurs during each step of the cross-validation process:
|