Releases: parrt/dtreeviz
Releases · parrt/dtreeviz
1.1.3 Add optional title to dtreeviz plots
update doc
Support pyspark 2 and 3
1.1.2 set 1.1.2 version for pyspark 2vs3; rerun examples
Fix minor issue with single trees for spark
1.1.1 set new version to fix spark bug
Add spark decision tree support
Merge pull request #98 from tlapusan/support_spark_decision_tree Fix sklearn notebook
1.0 Add xgboost support
0.8.2 add min_samples_leaf to rtreeviz_* functions
set new version
0.8.1 Quick enhancement to allow scale arg for dtreeviz()
0.8 New features, bug fixes
Improvements
Fixes:
0.7.1 Small fixes, improvements
- Add histogram of leaf sizes with option to filter the leaves with less than min_samples or more than max_samples.
- Added more markersize args
- don't show horizontal bars indicating prediction if no splits requested
- add new color settings:
'scatter_marker_alpha': 0.5,
'tesselation_alpha': 0.3,
'tesselation_alpha_3D' : 0.5,
0.7
Added cool leaf viz features from @tlapusan viz_leaf_samples()
and ctreeviz_leaf_samples
.
Also, allowed ax=None now in the rtree_*
and ctree_*
functions.
Fixed: