parrt / dtreeviz

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

Better node visualisations in case of outliers #274

Open tlapusan opened 1 year ago

tlapusan commented 1 year ago

When a numerical feature contains outliers, the node visualisation doesn't look good. We can have a parameter in the view() method and if the user enable it, to display only the values between 1 and 99 percentile.

Ex :

Screenshot 2023-03-02 at 13 12 01 Screenshot 2023-03-02 at 13 29 20