You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, the scikit-learn moved the module. It becomes
from sklearn.model_selection import GridSearchCV
The API is still the same, but after I switch to the new model_selection.GridSearchCV, the speed slowed dramatically. For one dataset that I used, it is from 18.4s to 1min 21s.