Skip to content

Commit

Permalink
- added scicloj.ml.xgboost
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Sep 27, 2024
1 parent 4af2428 commit 65caea4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [2-alpha8.2] - 2024-09-28
- added scicloj.ml.xgboost

## [2-alpha8.1] - 2024-09-28
- added same/ish dependency

## [2-alpha8] - 2024-09-27
- updated deps (metamorph.ml. scicloj.ml.tribuo)
- reverted Tribuo version to match scicloj.ml.tribuo
- added deps (scicloj-ml.smile, sklearn-clj)
- added scicloj-ml.smile, sklearn-clj

## [2-alpha7.1] - 2024-09-23
- added exclusions to deps to avoid a version conflict
Expand Down
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
org.scicloj/scicloj.ml.tribuo {:mvn/version "0.1.2"}
org.scicloj/scicloj.ml.smile {:mvn/version "7.4.2"}
org.scicloj/sklearn-clj {:mvn/version "0.4.1"}
scicloj/scicloj.ml.xgboost {:mvn/version "6.0.0"}
org.tribuo/tribuo-regression-sgd {:mvn/version "4.2.0"}
org.tribuo/tribuo-regression-tree {:mvn/version "4.2.0"}
org.tribuo/tribuo-regression-xgboost {:mvn/version "4.2.0"}
Expand All @@ -36,7 +37,7 @@

:model-integration-tests
{:extra-paths ["model-integration-tests"]
:extra-deps {scicloj/scicloj.ml.xgboost {:mvn/version "6.0.0"}
:extra-deps {
org.bytedeco/arpack-ng {:mvn/version "3.7.0-1.5.4"}
org.bytedeco/openblas-platform {:mvn/version "0.3.10-1.5.4"}
org.bytedeco/arpack-ng-platform {:mvn/version "3.7.0-1.5.4"}
Expand Down

0 comments on commit 65caea4

Please sign in to comment.