From 9d67b4690f5b6bf96a22164d2369d486e9488128 Mon Sep 17 00:00:00 2001 From: Jack Tang <1190545+jackhftang@users.noreply.github.com> Date: Thu, 22 Apr 2021 22:05:36 +0800 Subject: [PATCH] added xgboost.nim (#1878) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 3edea2a..3cc14d5 100644 --- a/packages.json +++ b/packages.json @@ -22277,5 +22277,17 @@ "description": "rodster", "license": "MIT", "web": "https://github.com/j-a-s-d/rodster" + }, + { + "name": "xgboost.nim", + "url": "https://github.com/jackhftang/xgboost.nim", + "method": "git", + "tags": [ + "xgboost", + "machine-learning" + ], + "description": "Nim wrapper of libxgboost", + "license": "MIT", + "web": "https://github.com/jackhftang/xgboost.nim" } ]