我想拆分、train、和测试,但是在R中使用()函数,而不是和sample() 。set.seed(1)
smp_size=choose(58,5, name_dataset) # which is totally wrong but ...# I haven't figured out yet how to take 5 subsets from 58 observatio
相对较新,正在尝试用python从CSV文件中拆分一些数据。我的数据结构如下: Time| Signature0 | Class1#Method12 | Class5# <--note that Class 5 has no method 我试图完成的是对数据集进行操作,使其成为 Time| Class | Method
--------------------0