Registry / other / rumale

rumale

JSON →
library2.1.0rbrubygemsunverified

Rumale is a machine learning library in Ruby providing algorithms similar to Scikit-Learn.

gem install rumale
INSTALL
IMPORT
SIG · RUMALE
R
rumale
otherrubyv2.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rumale
✓ require 'rumale'

Train a support vector classifier on data.

require 'rumale' estimator = Rumale::LinearModel::SVC.new estimator.fit(training_data, training_labels) predictions = estimator.predict(test_data)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rumale — gem install rumale · libregistry