Cross-Validation
The method of measuring the overallization of the model by splitting the data set into different subsets.
The importance of this method arises, especially in cases where the data set is small: separate the data into a single set of fixed training and testing, depending on which examples are selected for testing, the luck work may give misleading results; cross verification reduces the use of this connection to test every part of the data at least once. Cross verification is also widely used in order to compare the actual overallization performance of different settings in the process of hyperparameter adjustment; special variants that maintain chronological sequence instead of standard k-fold are preferred in sequence data such as time series.
