How to solve “ValueError: y should be a 1d array, got an array of shape (73584, 15) instead.”

后端 未结 0 2571
一生所求
一生所求 2021-01-12 19:40

I am new to python and machine learning. I want to fit SVM to the training sets.

"""
from sklearn.model_selection import train_test_split
x_tra         


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