Open leoozy opened 3 years ago
Hello, I have a question about the dataset.py. sss = StratifiedShuffleSplit(n_splits=5, test_size=split, random_state=0) In this line, you produced 5 different datasets. Why you have to produce 5 instead 1?
sss = StratifiedShuffleSplit(n_splits=5, test_size=split, random_state=0)
Hello, I have a question about the dataset.py.
sss = StratifiedShuffleSplit(n_splits=5, test_size=split, random_state=0)
In this line, you produced 5 different datasets. Why you have to produce 5 instead 1?