Array of accucracy calculations
Provides train/test indices to split data in train/test sets. Split dataset into k consecutive folds. Each fold is then used once as a validation while the k - 1 remaining folds form the training set.
array of data to split
returns dataset split into k consecutive folds
Used to test variance and bias of a prediction with parameter tuning
Array of accucracy calculations
Split arrays into random train and test subsets
array of data to split
returns training and test arrays either as an object or arrays
Used to test variance and bias of a prediction
cross_validation