JuliaAI / DecisionTree.jl

Julia implementation of Decision Tree (CART) and Random Forest algorithms
Other
356 stars 102 forks source link

Add option to print feature names in `print_tree` #142

Closed IanButterworth closed 3 years ago

IanButterworth commented 3 years ago

Allows providing a list of feature name strings to be printed, so instead of having Feature 123 it can show Feature 123: "signal mean" etc.