Skip to content

Commit 34f2572

Browse files
committed
Editing readme && upgrade dataset.
1 parent 254b9ae commit 34f2572

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# tech.ml
22

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+
313
[![Clojars Project](https://img.shields.io/clojars/v/techascent/tech.ml.svg)](https://clojars.org/techascent/tech.ml)
414

515
Basic machine learning library for use with `tech.v3.dataset`.

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ of how to use this library."
77
:license {:name "Eclipse Public License"
88
:url "http://www.eclipse.org/legal/epl-v10.html"}
99
:dependencies [[org.clojure/clojure "1.10.2"]
10-
[techascent/tech.ml.dataset "6.019"]
10+
[techascent/tech.ml.dataset "6.022"]
1111
[ml.dmlc/xgboost4j_2.12 "1.3.1"]
1212
[ml.dmlc/xgboost4j-spark_2.12 "1.3.1"]
1313
[org.bytedeco/openblas "0.3.10-1.5.4"]

0 commit comments

Comments
 (0)