Dear Team,

I really like to work with sklearn tools. But I've been facing issues ever
since the latest version was released. It is about the GridSearchCV
function of model_selection.

With the previous version, I ran GradientBoostingClassifier with a set of
hyperparameters and fed it to GridSearchCV, setting verbose to 5. The train
data had around 800 rows and 100 columns. The model completed running
within 2-3 minutes.

With the latest version, I ran the same code without any changes. The only
change is with the number of rows, where around 200 rows have been added
extra. This time wheb I ran the code, it took nearly 20 minutes to
complete. And the verbose steps also didn't show up.

Please fix this issue as soon as possible. I really look forward to hearing
from you.

Thanks and Regards,
Mujeebur Rahman
Data Analyst
_______________________________________________
scikit-learn mailing list
scikit-learn@python.org
https://mail.python.org/mailman/listinfo/scikit-learn

Reply via email to