The length of the original data frame is : 10136
The data set is being split into 10 buckets
The number n of test buckets is 3
Bucket 6 will be used as validation set
The test_idx 0
The test_end 2
The dataset_splitted variable has the type <class 'list'>
Slicing data set from 0 to 2
The type of validation set is <class 'pandas.core.frame.DataFrame'>
The length of the validation set is 1013
The type of test set is <class 'pandas.core.frame.DataFrame'>
The length of the test set is 3042
k is 10
range(0, 10)
0 <class 'int'>
1 <class 'int'>
2 <class 'int'>
3 <class 'int'>
4 <class 'int'>
5 <class 'int'>
6 <class 'int'>
7 <class 'int'>
8 <class 'int'>
9 <class 'int'>
[3, 4, 5, 7, 8, 9]
The length of the training set is 6081