Interface for machine learning modeling, testing and training 0.0.18

Released under the MIT

Interface for machine learning modeling, testing and training.

Installation

To install, add the following dependency to your project or build file:

[com.zensols.ml/model "0.0.18"]

Namespaces

zensols.model.classifier

A utility library that wraps Weka library. This library works with zensols.model.weka do the following: * Cross validate models * Manage and sort results (i.e. cross validations) * Train models * Read/write ARFF files

zensols.model.eval-classifier

A client entry point library to help with evaluating machine learning models. This library not only wraps the Weka library but also provides additional functionality like a two pass cross validation (see with-two-pass).

zensols.model.execute-classifier

A client entry point library to help with executing a trained classifier. The classifier is tested and trained in the zensols.model.eval-classifier namespace.

zensols.model.version

Public variables and functions:

zensols.model.weka

Wraps the Weka Java API. This is probably the wrong library to use for most uses. Instead take a look at zensols.model.eval-classifier and zensols.model.execute-classifier.