No commit activity in last 3 years
No release in over 3 years
Gem to build simple regressors and classifiers into your application, without necessarily having to understand all the math behind.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 3.2
~> 3.0
 Project Readme

Gem Version

Ruby Machine Learning

Making apps smarter.

alt tag

Gem to build simple regressors and classifiers into your application, without necessarily having to understand all the math behind.

Installation

Run gem install ruby_machine_learning

Or add to your gemfile and run bundle install

# Gemfile
gem 'ruby_machine_learning'
# Terminal
bundle install

Disclaimer

This gem is not ready yet. We are still in the pre-release version. Please do not use in your production application yet.