Display GridSearchCV or RandomizedSearchCV results in a DataFrame

preview_player
Показать описание
Hyperparameter search results (from GridSearchCV or RandomizedSearchCV) can be converted into a pandas DataFrame. Makes it far easier to explore the results!

👉 New tips every TUESDAY and THURSDAY! 👈

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

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

Thanks for watching! 🙌 Let me know if you have any scikit-learn questions, and I'd be happy to try to answer them! 💡

dataschool
Автор

Applauds... Thanks kevin for your short tips

Nisarg_Nikhil
Автор

Is mutual information a good factor to select features? Like, can we calculate the mutual information between the target variable and each feature and then pick only the features that provide the most information about the target variable? I'm asking because I believe the normal correlation works only in a linear way and in some cases the relation is not linear, which will make correlation small and as far as I've read, MI works also for non-linear relations.

Dnz
Автор

But then following this, how can you get each parameter out of the params column to be their own column? In your case to have C, penalty, mean_test_score and rank_test_score as columns.

T.Zy.