parrt / dtreeviz

A python library for decision tree visualization and model interpretation.
MIT License
2.89k stars 332 forks source link

how to scatter points in a validation set? #264

Closed hoangson5898 closed 1 year ago

hoangson5898 commented 1 year ago

The notebook dtreeviz_sklearn_visualisations.ipynb has shown an example of visualizing two-dimensional feature space by drawing in 3 dimensions, but it has just scattered points in the training set. If I have a validation set, can I plot it?

parrt commented 1 year ago

Well our visualizations are talking about how the model is trained so we have no option to show the validation set. sorry.