this data set i want to split it into (training & testing) by using k-fold

后端 未结 0 1015
长情又很酷
长情又很酷 2021-02-20 15:23

this data set have 10662 record. I want to split it into train and test by using k-fold

dataset = positive_dataset + negative_dataset
random.shuffle(dataset)


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题