susanli2016 / NLP-with-Python

Scikit-Learn, NLTK, Spacy, Gensim, Textblob and more
2.74k stars 2.02k forks source link

The numbers of items and labels differ: |x| = 18260, |y| = 1 #24

Open hanifabd opened 4 years ago

hanifabd commented 4 years ago

Hai, I got this problem:

The numbers of items and labels differ: |x| = 18260, |y| = 1

when i try to my own indonesian dataset, i have: X_train = (8675, 18260) y_train = 8675

can you help me please?