Sha256: 9a51408c3c2f32ef32faaf3576758e4f8b0c6b13fd9b69b183e892e9fc3afb57

Contents?: true

Size: 998 Bytes

Versions: 7

Compression:

Stored size: 998 Bytes

Contents

# Rumale::Tree

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

Rumale is a machine learning library in Ruby.
Rumale::Tree provides classifier and regression based on decision tree algorithms
with Rumale interface.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'rumale-tree'
```

And then execute:

    $ bundle install

Or install it yourself as:

    $ gem install rumale-tree

## Documentation

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