scicloj/scicloj.ml.smile

Basic machine learning toolkit. `tech.v3.ml` is the root namespace and provides train/predict pathways based on datasets and an options map. Please see the xgboost article for a quick runthough of how to use this library.

Leiningen/Boot

[scicloj/scicloj.ml.smile "5.05"]

Clojure CLI/deps.edn

scicloj/scicloj.ml.smile {:mvn/version "5.05"}

Gradle

implementation("scicloj:scicloj.ml.smile:5.05")

Maven

<dependency>
  <groupId>scicloj</groupId>
  <artifactId>scicloj.ml.smile</artifactId>
  <version>5.05</version>
</dependency>