• Stars
    star
    67
  • Rank 447,276 (Top 10 %)
  • Language
    Clojure
  • License
    Eclipse Public Li...
  • Created over 9 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Machine Learning in Clojure

Clatern

Clojars Project

Machine learning in Clojure as easy as 1,2,3. This library is a work in progress and is currently not to be used for any serious purposes.

Features

I/O:

  • Read and write dataset from/to csv files

Preprocessing:

  • Mean Normalizaion
  • Min Max Scaling

Models:

  • Linear Regression
  • Logistic Regression
  • Naive Bayes
  • kNN
  • KMeans Clustering
  • Decision Trees
  • Random Forests

Building and Running

Tests

Test can be run with:

lein test

Jar

To build the Clatern library jar:

lein jar

Uber Jar

To build the Clatern library uber jar:

lein uberjar

Documentation

To generate the Clatern docs:

lein doc

Documents will be located under the doc directory.

License

Copyright Β© 2014 Rinu Boney

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.