techascent/tech.ml

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.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 3,168 Downloads
  • 102 This Version

Leiningen/Boot

[techascent/tech.ml "5.01"]

Clojure CLI/deps.edn

techascent/tech.ml {:mvn/version "5.01"}

Gradle

implementation("techascent:tech.ml:5.01")

Maven

<dependency>
  <groupId>techascent</groupId>
  <artifactId>tech.ml</artifactId>
  <version>5.01</version>
</dependency>