Go-DTree is a decision tree implementation in Golang. It provides an easy-to-use structure for dynamically creating, traversing, and making decisions based on input conditions.
This repository is currently under development. Features may change, and contributions or feedback are welcome!
-
Create decision trees dynamically
-
Load decision trees from JSON files
-
Traverse and make decisions based on user input
-
Supports conditional branching (Boolean & Comparison based conditions)