How to generate multi-level decision tree from a JSON structure using Python?
I am just working on this project where I want to generate a multi-dimensional decision tree from a JSON dynamically. JSON has nested decision rules and each rule as node should be converted. Child nodes represent the decision points. I’ll give an example below: