ValueError: With n_samples=1, test_size=0.2 and train_size=None, the resulting train set will be empty. Adjust any of the aforementioned parameters

前端 未结 0 1073
说谎
说谎 2021-02-01 01:09

I want to create pandas udf function for Pyspark in which I am using train_test_split function and returns a dataframe

This is what I have done.



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