https://github.com/muthu-kumar-u/go-dtree
A simple yet efficient Decision Tree implementation in Go (Golang).
https://github.com/muthu-kumar-u/go-dtree
decision-trees golang open-source-decision-tree tree-algorithm
Last synced: 5 months ago
JSON representation
A simple yet efficient Decision Tree implementation in Go (Golang).
- Host: GitHub
- URL: https://github.com/muthu-kumar-u/go-dtree
- Owner: muthu-kumar-u
- License: mit
- Created: 2025-03-03T15:47:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T09:39:06.000Z (10 months ago)
- Last Synced: 2025-06-25T01:13:43.344Z (7 months ago)
- Topics: decision-trees, golang, open-source-decision-tree, tree-algorithm
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go-DTree (Decision Tree in Go)
### 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.
# 🚧 Under Development 🚧
### This repository is currently under development. Features may change, and contributions or feedback are welcome!
## Features
- 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)
## Contribution
### Since this project is under development, contributions are encouraged! Feel free to open issues or submit PRs.
## License
### This project is licensed under the MIT License.
## ⚠️ Note: This library is still in development, and features may change over time.