From 663da9f2c94f94720929fe9f0e71b73d4e7c8404 Mon Sep 17 00:00:00 2001 From: Santiago Date: Wed, 17 Feb 2021 03:07:35 -0300 Subject: [PATCH] README.md: add ddt lib (#3460) Co-authored-by: Santiago Rodriguez --- README.md | 1 + 1 file changed, 1 insertion(+) 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.