Sha256: ae6861733a4ed2d1523102565cc330b8975330ad81503a75a54643553ebe750e

Contents?: true

Size: 1.31 KB

Versions: 7

Compression:

Stored size: 1.31 KB

Contents

# Rumale::Core

[![Gem Version](https://badge.fury.io/rb/rumale-core.svg)](https://badge.fury.io/rb/rumale-core)
[![BSD 3-Clause License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg)](https://github.com/yoshoku/rumale/blob/main/rumale-core/LICENSE.txt)
[![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://yoshoku.github.io/rumale/doc/Rumale/Base.html)

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:

```ruby
gem 'rumale-core'
```

And then execute:

    $ bundle install

Or install it yourself as:

    $ gem install rumale-core

## Documentation

- [Rumale API Documentation - Base](https://yoshoku.github.io/rumale/doc/Rumale/Base.html)
- [Rumale API Documentation - Dataset](https://yoshoku.github.io/rumale/doc/Rumale/Dataset.html)
- [Rumale API Documentation - PairwiseMetric](https://yoshoku.github.io/rumale/doc/Rumale/PairwiseMetric.html)
- [Rumale API Documentation - ProbabilisticOutput](https://yoshoku.github.io/rumale/doc/Rumale/ProbabilisticOutput.html)

## License

The gem is available as open source under the terms of the [BSD-3-Clause License](https://opensource.org/licenses/BSD-3-Clause).

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rumale-core-0.29.0 README.md
rumale-core-0.28.1 README.md
rumale-core-0.28.0 README.md
rumale-core-0.27.0 README.md
rumale-core-0.26.0 README.md
rumale-core-0.25.0 README.md
rumale-core-0.24.0 README.md