Sha256: bc061ad16f76e7584b34e9e8f3f663375130b71ef3f93c3bce484e5ed6c378ef

Contents?: true

Size: 1.11 KB

Versions: 7

Compression:

Stored size: 1.11 KB

Contents

# Rumale::FeatureExtraction

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

Rumale is a machine learning library in Ruby.
Rumale::FeatureExtraction provides feature extraction methods,
such as TF-IDF and feature hashing,
with Rumale interface.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'rumale-feature_extraction'
```

And then execute:

    $ bundle install

Or install it yourself as:

    $ gem install rumale-feature_extraction

## Documentation

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