Sharon
10 years agoMicrosoft Employee
Decision Trees
Description
With decision trees, you can visualize the probability of something you want to estimate, based on decision criteria from the historic data.
The decision tree classifier aut...
ironryan77
9 years agoKudo Commander
This visual is excellent.
- How can I convert the row counts from scientific notation to numeric?
- How can I convert my dataset to method="Class"?
- Is it possible to add Tooltips to these nodes using R-script?
Most of my code is from your sample PBIX file.
Here is my screenshot.
boefraty
9 years agoMicrosoft Employee
Hi ironryan77,
1) Format it via parameters of prp function, may be you will need to reload "format" function
2) Option 1: use characters instead of "numbers" for 1st column , Option 2: specify it explicitely as rpart(..., method ="class",...)
3) This visual is image, so tooltips are not possible. (We suport such functionality in HTML-based R-powered Custom Visuals)