https://github.com/graphia-app/graphia
https://graphia.app
> (warning: spoilers for the first ~8 minutes of the episode are ahead)
Decision tree should be a tree with decision, change and end nodes.
https://en.wikipedia.org/wiki/Decision_tree
> This article is about decision trees in decision analysis. For the use of the term in machine learning, see Decision tree learning.
That does not mean that there are no other definitions in addition to these two, for example the one used in game theory is here:
https://en.wikipedia.org/wiki/Game_tree
> Any subtree that can be used to solve the game is known as a decision tree
It's not even tree. It seems to be just a DAG without decisions.
There is no clear or intuitive way to interpret this as decision tree in decision analysis, machine learning any other context.