An open API service indexing awesome lists of open source software.

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).

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.