From fa0711e2815a06432f10d8e51694657d4a14846f Mon Sep 17 00:00:00 2001 From: daslu Date: Sun, 22 Sep 2024 23:53:18 +0300 Subject: [PATCH] - added the deps for Tribuo xgboost models --- CHANGELOG.md | 1 + deps.edn | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 206fb8a..0c14c3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This change ## unreleased - updated deps (Fastmath, Hanamicloth, metamorph.ml, Tribuo) +- added the deps for Tribuo xgboost models ## [2-alpha6] - 2024-09-18 - updated deps, switched to git deps rather than Clojars for now diff --git a/deps.edn b/deps.edn index 3bf515a..02eff67 100644 --- a/deps.edn +++ b/deps.edn @@ -11,8 +11,10 @@ org.scicloj/scicloj.ml.tribuo {:mvn/version "0.1.1-branch-noj-2-alpha4-SNAPSHOT"} org.tribuo/tribuo-regression-sgd {:mvn/version "4.3.1"} org.tribuo/tribuo-regression-tree {:mvn/version "4.3.1"} + org.tribuo/tribuo-regression-xgboost {:mvn/version "4.3.1"} org.tribuo/tribuo-classification-sgd {:mvn/version "4.3.1"} org.tribuo/tribuo-classification-tree {:mvn/version "4.3.1"} + org.tribuo/tribuo-classification-xgboost {:mvn/version "4.3.1"} clj-python/libpython-clj {:mvn/version "2.025"} org.scicloj/kind-pyplot {:mvn/version "1-beta1"} scicloj/clojisr {:mvn/version "1.0.0"}}