Sha256: 7b43b045016177925e4afcd1f2faf46329393cedae90c562e35c3c5c5e265816

Contents?: true

Size: 1.04 KB

Versions: 7

Compression:

Stored size: 1.04 KB

Contents

# Rumale::Ensemble

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

Rumale is a machine learning library in Ruby.
Rumale::Ensemble provides ensemble learning algorithms,
such as AdaBoost, Gradient Tree Boosting, and Random Forest,
with Rumale interface.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'rumale-ensemble'
```

And then execute:

    $ bundle install

Or install it yourself as:

    $ gem install rumale-ensemble

## Documentation

- [Rumale API Documentation - Ensemble](https://yoshoku.github.io/rumale/doc/Rumale/Ensemble.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-ensemble-0.29.0 README.md
rumale-ensemble-0.28.1 README.md
rumale-ensemble-0.28.0 README.md
rumale-ensemble-0.27.0 README.md
rumale-ensemble-0.26.0 README.md
rumale-ensemble-0.25.0 README.md
rumale-ensemble-0.24.0 README.md