diff --git a/README.md b/README.md index f7f9cbf2..3166cadb 100644 --- a/README.md +++ b/README.md @@ -1120,6 +1120,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [bayesian](https://github.com/jbrukh/bayesian) - Naive Bayesian Classification for Golang. * [CloudForest](https://github.com/ryanbressler/CloudForest) - Fast, flexible, multi-threaded ensembles of decision trees for machine learning in pure Go. +* [ddt](https://github.com/sgrodriguez/ddt) - Dynamic decision tree, create trees defining customizable rules. * [eaopt](https://github.com/MaxHalford/eaopt) - An evolutionary optimization library. * [evoli](https://github.com/khezen/evoli) - Genetic Algorithm and Particle Swarm Optimization library. * [fonet](https://github.com/Fontinalis/fonet) - A Deep Neural Network library written in Go.