I have a cyberbullying data set (Text and Label) i want to use Ensemble Machine Learning for improving the classification ? I use X = tfidfconverter.fit_transform(data['Text']).toarray()

to transform the text data but the code take large time , and have warning :" Increase the number of iterations (max_iter) or scale the data " What can i do ?

More Marwa Khairy's questions See All
Similar questions and discussions