ValueError when trying to separate training and test set

后端 未结 0 770
遥遥无期
遥遥无期 2020-12-21 18:46

I\'ve tried the following code in python:

X=df[["age","bmi","children"]].values.reshape(-1,1)
Y=df["charges"].values.r         


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