Skip to content

Commit

Permalink
- added the deps for Tribuo xgboost models
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Sep 22, 2024
1 parent a12b4a3 commit fa0711e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}
Expand Down

0 comments on commit fa0711e

Please sign in to comment.