Obtain cross validation foldings directly from 1~k labels, 0 considered to be not selected
base (np.ndarray[base.dtype, np.integer]) – The predefined label vector to work with
A dictionary with k folding keys, mapped to k dictionaries with “train” and “test” split codes
dict[str, dict[str, np.ndarray]]