How do you reshape a np array of two similar sizes to fit into training and testing data?

前端 未结 0 1871
离开以前
离开以前 2020-11-21 04:46

I am attempting to fit X and y of size (250, 70, 70, 4) into a sklearn AdaBoost algorithm in Python.

If training can remain (250, 70 , 70 ,4), y must only take the 25

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