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
Is your feature request related to a problem? Please describe.
As a user, I want to automatically get insights when performing the key machine learning task of grid search.
Describe the solution you'd like
After train-test split and cross-validation, the next ML diagnose we could tackle is grid search. Same as the CrossValidationReporter, we could have a GridSearchCVReporter that automatically shows a Parallel coordinates plot:
Is your feature request related to a problem? Please describe.
As a user, I want to automatically get insights when performing the key machine learning task of grid search.
Describe the solution you'd like
After train-test split and cross-validation, the next ML diagnose we could tackle is grid search. Same as the CrossValidationReporter, we could have a GridSearchCVReporter that automatically shows a Parallel coordinates plot:
Enregistrement.de.l.ecran.2024-12-19.a.16.40.35.mov
Inspiration
Parallel coordinates plot
towards the endAPI
Should be like
CrossValidationReporter
in philosophy, but here scikit-learn's grid search returns many things:Other ideas for the grid search for next iteration
Ready Checklist
The text was updated successfully, but these errors were encountered: