Numpy Automatically Changing 2D array element to 1D

前端 未结 0 1030
庸人自扰
庸人自扰 2021-02-06 10:37

I\'m using sklearn to develop a Gradient Boosted Decision Tree model. The code is pretty simple, basically just:

feats = data[features]
labels = calculate_labels(         


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