成功解决ValueError: With n_samples=0, test_size=0.3 and train_size=None, the resulting train set will be

成功解决ValueError: With n_samples=0, test_size=0.3 and train_size=None, the resulting train set will be empty. Adjust any of the aforementioned parameters.

 

 

 

目录

解决问题

解决思路

解决方法


 

 

 

 

 

解决问题

ValueError: With n_samples=0, test_size=0.3 and train_size=None, the resulting train set will be empty. Adjust any of the aforementioned parameters.
成功解决ValueError: With n_samples=0, test_size=0.3 and train_size=None, the resulting train set will be

 

 

 

解决思路

值错误:当n_samples=0, test_size=0.3和train_size=None时,得到的train 集将为空

 

 

 

 

解决方法

arrays参数设置不对,详见参考文章。

参考文章Python之 sklearn:sklearn中的train_test_split函数的简介及使用方法之详细攻略

 

 

 

 

 

 

上一篇:jetson nano 人工智能开发板-用前准备


下一篇:Python深度学习笔记08--处理文本数据的常用方法