File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# tech.ml
2
2
3
+ ## This Library Has Been Superceded by scicloj.ml!
4
+
5
+
6
+ This is great news! The clojure community has come together and together built
7
+ a more stable and wider ranging ml subsystem. Please head over to
8
+ [ scicloj.ml] ( https://github.com/scicloj/scicloj.ml ) for the best and most
9
+ up-to-date machine learning toolkit available for Clojure.
10
+
11
+
12
+
3
13
[ ![ Clojars Project] ( https://img.shields.io/clojars/v/techascent/tech.ml.svg )] ( https://clojars.org/techascent/tech.ml )
4
14
5
15
Basic machine learning library for use with ` tech.v3.dataset ` .
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ of how to use this library."
7
7
:license {:name " Eclipse Public License"
8
8
:url " http://www.eclipse.org/legal/epl-v10.html" }
9
9
:dependencies [[org.clojure/clojure " 1.10.2" ]
10
- [techascent/tech.ml.dataset " 6.019 " ]
10
+ [techascent/tech.ml.dataset " 6.022 " ]
11
11
[ml.dmlc/xgboost4j_2.12 " 1.3.1" ]
12
12
[ml.dmlc/xgboost4j-spark_2.12 " 1.3.1" ]
13
13
[org.bytedeco/openblas " 0.3.10-1.5.4" ]
You can’t perform that action at this time.
0 commit comments