Skip to content

Releases: parrt/dtreeviz

Configurable colors, add colorbar, code cleanup

14 Jul 20:46
db9759a
Compare
Choose a tag to compare

See changes for 0.5. Thanks to @Ashafix and @H4dr1en for the PRs:

  • Configurable colors
  • Added colorbar
  • code clean up

0.4

27 May 21:20
Compare
Choose a tag to compare
0.4

Lots of bug fixes but main improvement is drastically simplified install procedure for OS X and Windows, thanks to @gautamkarnik. Also, I merged @h4nyu's PR for remove hard coded fontname.

Add uni and bivariate feature space depictions

27 Nov 19:08
ba5844e
Compare
Choose a tag to compare

Regression univariate feature-target space

dectree-depth-2

Regression bivariate feature-target space

screen shot 2018-11-26 at 11 39 23 am

Regression bivariate feature-target space heatmap

rtree-heatmap-depth-4

Classification univariate feature-target space

knowlege-classtree-depth-3

Classification bivariate feature-target space

knowlege-bivar-classtree-depth-3

Use simple node names to avoid issues with weird feature names

06 Oct 18:52
Compare
Choose a tag to compare
0.2.2

Fixes #6; use simple node name to avoid issues with weird feature names.

Fix windows compatibility issue

04 Oct 18:18
Compare
Choose a tag to compare

make dtreeviz cross-platform

02 Oct 17:27
3c4b91b
Compare
Choose a tag to compare

Enhancements:

  • Squashed all commits prior to these updates to remove huge legacy files
  • Works across mac, linux, windows 10. Only .svg output on linux, windows
  • Leaf nodes respect class weights now in classifier trees, thanks to @dschoenleber
  • SVG files on all platforms embed images for nodes, rather than linking to them. We had to do this with custom XML munging code, except on OS X where we can do -Tsvg:cairo on dot command
  • Legend on classifiers now done with mathplotlib not graphviz

Initial (re-)release with decision tree visualization

29 Sep 15:56
Compare
Choose a tag to compare

I squashed commit history due to huge set of dead files. renamed from animl to detreeviz