Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 684 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 684 Bytes

RubyML

This is a simple machine learning library written in Ruby. It provides implementations for some common machine learning algorithms. Helper methods to work with training and testing data are also included.


Features

  • Classifiers (Linear Regression and Multi-class Perceptron).
  • Load matrices from files.
  • Matrix splicing.
  • K-fold cross validation.
  • Visualization tools.

Build Status Coverage Status