Speed up GridSearchCV using parallel processing

preview_player
Показать описание
Want your grid search to run faster? Set n_jobs=-1 to use parallel processing with all CPUs!

👉 New tips every TUESDAY and THURSDAY! 👈

=== WANT TO GET BETTER AT MACHINE LEARNING? ===

3) LET'S CONNECT!
Рекомендации по теме
Комментарии
Автор

the truth is the calmness of your voice makes learning exciting too

anefuoche
Автор

There's more to it than simply setting n_jobs to -1. You also need enough RAM for all those parallel processes to share. Otherwise, you max out your swap space and everything comes to a grinding halt.

philwebb