I think there is a issue with "TrainTestSplit" function.
When I tried to split data that consist of 500 samples which have equal number of sample from each class, it returns the testset as 0 number of rows. However when I try to split it without "label" with 0.1 ratio, it returns as 49 to testset rows and 451 to trainset rows.
Is there a way to solve this problem?
I'm using final packages.
I think there is a issue with "TrainTestSplit" function.
When I tried to split data that consist of 500 samples which have equal number of sample from each class, it returns the testset as 0 number of rows. However when I try to split it without "label" with 0.1 ratio, it returns as 49 to testset rows and 451 to trainset rows.
Is there a way to solve this problem?
I'm using final packages.