OlivierBinette / VisTree

GNU Affero General Public License v3.0
6 stars 0 forks source link

Create scikit-learn decision tree examples to visualize #2

Open OlivierBinette opened 1 year ago

OlivierBinette commented 1 year ago

Create scikit-learn decision tree examples alongside with "wants" for their visualization.

OlivierBinette commented 1 year ago

We can pick datasets, classification and regression tasks, fit decision trees, and describe what we'd like in a visualization of these trees.

fleurfanli commented 1 year ago

Visualized the classification of the sklearn iris data set in this notebook. Content:

OlivierBinette commented 1 year ago

@fleurfanli Thanks this looks great! Let's used these fitted trees as visualization examples and for tests.