Tag

dtreeviz

1 views collected around this technical thread.

Model Perspective
Model Perspective
Jan 20, 2023 · Artificial Intelligence

Visualizing Random Forest Decision Boundaries on the Wine Dataset with dtreeviz

This tutorial demonstrates how to load the wine dataset, train a Random Forest classifier, evaluate its accuracy and confusion matrix, and visualize decision boundaries and misclassifications using scikit‑learn and the dtreeviz library.

classificationdecision boundarydtreeviz
0 likes · 9 min read
Visualizing Random Forest Decision Boundaries on the Wine Dataset with dtreeviz
Model Perspective
Model Perspective
Jan 18, 2023 · Artificial Intelligence

Visualizing Decision Trees for Product Purchase Prediction with scikit-learn and dtreeviz

This tutorial explains how to prepare advertising click data, train a decision‑tree classifier, and generate clear visualizations using scikit‑learn and dtreeviz, while also showing how to inspect individual prediction paths and feature importance.

PythonVisualizationclassification
0 likes · 7 min read
Visualizing Decision Trees for Product Purchase Prediction with scikit-learn and dtreeviz