I have been working on scikit-learn SVMs for a binary classification problem. I have calculated the features of audio files and wrote them into a CSV file. This is how each
I had the same problem. The size of the data was consistent, so that did not help. What did work: clf.fit(list(X_train),Y_train)