Scikit-learn’s RandomizedSearchCV class is hanging/taking excessively long in the fit()
I have a text dataset (~42000 samples) and I am performing sentiment analysis on it. I have encoded the text via the CountVectorizer
class. There are 6 classes. When I run the following script “Fitting 5 folds for each of 2 candidates, totaling 10 fits” is output in my terminal and my cpu usage temporarily increases but no progress is made. (Note: I have tried this with scikit’s wine dataset and it works as excepted; printing out its progress as it goes.