Python Idle
You've built a decent iris classifier, but your team lead asks: "Did you tune the hyperparameters or just use defaults?" You admit you used defaults. She smiles: "Defaults are a starting point, not the answer. Grid search every reasonable combination and let the data decide." Time to find the optimal settings for your model.
~20 minscenario150 rows
Loading Python runtime...
Goals: 4 tests
should create a fitted GridSearchCV object
best_params should be a dictionary
best score should be above 0.9
Python loading...