Rumale::Core
Rumale is a machine learning library in Ruby. Rumale::Core provides base classes and utility functions for implementing machine learning algorithm with Rumale interface.
Installation
Add this line to your application's Gemfile:
gem 'rumale-core'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install rumale-core
Documentation
- Rumale API Documentation - Base
- Rumale API Documentation - Dataset
- Rumale API Documentation - PairwiseMetric
- Rumale API Documentation - ProbabilisticOutput
License
The gem is available as open source under the terms of the BSD-3-Clause License.