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
## Grid search visualization using `px.density_heatmap` and `px.box`
327
379
328
380
In this example, we show how to visualize the results of a grid search on a `DecisionTreeRegressor`. The first plot shows how to visualize the score of each model parameter on individual splits (grouped using facets). The second plot aggregates the results of all splits such that each box represents a single model.
@@ -401,8 +453,22 @@ fig_box.show()
401
453
402
454
### Reference
403
455
404
-
Learn more about `px` here:
405
-
*https://plot.ly/python/plotly-express/
406
-
407
-
This tutorial was inspired by amazing examples from the official scikit-learn docs:
0 commit comments