sklearn的train_test_split参数及具体说明

train_test_split 的头文件python from sklearn.model_selection import train_test_split 常见用法dom x_train,x_test,y_train,y_test=train_test_split(x_data,y_data,test_size=0.30,random_state=1) 参数test_size:若是是浮点数,
相关文章
相关标签/搜索