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,178 Downloads
  • 276 This Version

Leiningen/Boot

[techascent/tech.ml "6.019"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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