Registry / utility / rumale-preprocessing

rumale-preprocessing

JSON →
library2.1.0rbrubygemsunverified

Provides preprocessing techniques such as L2 normalization, standard scaling, and one-hot encoding with Rumale interface.

gem install rumale-preprocessing
INSTALL
IMPORT
SIG · RUMALE-PREPROCESSI
R
rumale-preprocessing
utilityrubyv2.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::Preprocessing
require 'rumale/preprocessing'

Standardize features by removing the mean and scaling to unit variance.

require 'rumale/preprocessing' scaler = Rumale::Preprocessing::StandardScaler.new data = Numo::DFloat[[1.0, 2.0], [3.0, 4.0]] scaled = scaler.fit_transform(data) puts scaled.inspect
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-preprocessing — gem install rumale-preprocessing · libregistry