RubyGems Navigation menu

fselector 1.0.0

FSelector is a Ruby gem that aims to integrate various feature selection/ranking algorithms and related functions into one single package. Welcome to contact me (need47@gmail.com) if you'd like to contribute your own algorithms or report a bug. FSelector allows user to perform feature selection by using either a single algorithm or an ensemble of multiple algorithms, and other common tasks including normalization and discretization on continuous data, as well as replace missing feature values with certain criterion. FSelector acts on a full-feature data set in either CSV, LibSVM or WEKA file format and outputs a reduced data set with only selected subset of features, which can later be used as the input for various machine learning softwares such as LibSVM and WEKA. FSelector, as a collection of filter methods, does not implement any classifier like support vector machines or random forest.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.4.0 - November 05, 2012 (46.5KB)
  2. 1.3.1 - May 31, 2012 (46KB)
  3. 1.3.0 - May 24, 2012 (44.5KB)
  4. 1.2.0 - May 21, 2012 (43KB)
  5. 1.1.0 - May 15, 2012 (41KB)
  6. 1.0.0 - May 04, 2012 (37KB)
全てのバージョンを表示(全21件)

Runtime依存関係 (1):

rinruby >= 2.0.2

所有者:

作者:

  • Tiejun Cheng

SHA 256チェックサム:

02facd5cb017dd0bb1fbd036f3d96569db5ed82504c57e85fcd66ae618dac5da

累計ダウンロード数 71,545

このバージョンのみ 3,324

ライセンス:

N/A

必要なRubyのバージョン: >= 1.9.0

リンク: