From ac580e746ccb2e8c53bcbe52a60c5423b5daa1cb Mon Sep 17 00:00:00 2001 From: Michedev Date: Mon, 13 Jan 2020 06:37:03 +0100 Subject: [PATCH] Add decisiontree package (#1320) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index fbbd275..bde4018 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,18 @@ [ + { + "name": "decisiontree", + "url": "https://github.com/Michedev/DecisionTreeNim", + "method": "git", + "tags": [ + "Decision tree", + "Machine learning", + "Random forest", + "CART" + ], + "description": "Decision tree and Random forest CART implementation in Nim", + "license": "GPL-3.0", + "web": "https://github.com/Michedev/DecisionTreeNim" + }, { "name": "tsv2json", "url": "https://github.com/hectormonacci/tsv2json",