sgrodriguez/ddt
Golang Dynamic Decision Tree
This is a tool for developers who need to build dynamic decision trees within their Go applications. It allows you to define a set of rules, either programmatically or from a JSON structure, to make decisions based on input data. You provide your application's data (like a user's details), and it outputs a specific result based on the decision path.
No commits in the last 6 months.
Use this if you are a Go developer building an application that requires flexible, rule-based decision-making logic that can adapt without recompilation.
Not ideal if you are looking for a visual decision tree builder or a tool for non-developers to manage business rules.
Stars
42
Forks
4
Language
Go
License
MIT
Category
Last pushed
Feb 22, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sgrodriguez/ddt"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SPFlow/SPFlow
Sum Product Flow: An Easy and Extensible Library for Sum-Product Networks
gomlx/gomlx
GoMLX: An Accelerated Machine Learning Framework For Go
montanaflynn/stats
A well tested and comprehensive Golang statistics library package with no dependencies.
mattn/go-tflite
Go binding for TensorFlow Lite
james-bowman/sparse
Sparse matrix formats for linear algebra supporting scientific and machine learning applications