train_test_split from sklearn.model_selection is not splitting to the proportions specified

后端 未结 0 1317
误落风尘
误落风尘 2020-12-05 03:39

The train_test_split() method is splitting the datasets into 66% train/ 33% test even when I specify a test_size of 0.25 or a train_size of 0.75. I

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