Feb-09-2017, 12:51 PM
I fixed the problem, but now I am having a problem with
The error outputted is
train_set = dataset[:i*foldSize] + dataset[(i+1)*foldSize]
The error outputted is
TypeError: can only concatenate list (not "tuple") to list