why does the test group has one more row than the train group?

后端 未结 0 735
攒了一身酷
攒了一身酷 2020-12-01 04:06

I did my prediction and its working, here is the code:

`y = cars[\'price_usd\'] 
X = cars.drop (labels = [\'price_usd\'], axis =1)

  

from sklearn.model_sel         


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