Is it possible to visualize a decision tree in Dataiku DSS?
UserBird
Dataiker, Alpha Tester Posts: 535 Dataiker
Best Answer
-
Visualizing decision trees is possible since DSS 3.1 - Just train a decision tree (or forest or boosting) model, and in, the result screen, click Decision tree
Answers
-
As of the current version (DSS 3.0), it is currently not possible to visualize in the interface a decision tree.
If you know a bit of python, it is possible to export the model and to call the right methods to display it on an ipython notebook though.
If you want to understand the tree, you already have the feature importance available in DSS