0

1 from sklearn.feature_your textextraction.text import CountVectorizer 2 cv = CountVectorizer() ----> 3 X = cv.fit_transfrom(df['transformed_text']).toarray()

no error in this line

0 Answers0