Module: Rumale::Preprocessing

Defined in:
lib/rumale/preprocessing/l2_normalizer.rb,
lib/rumale/preprocessing/label_encoder.rb,
lib/rumale/preprocessing/max_abs_scaler.rb,
lib/rumale/preprocessing/min_max_scaler.rb,
lib/rumale/preprocessing/bin_discretizer.rb,
lib/rumale/preprocessing/one_hot_encoder.rb,
lib/rumale/preprocessing/ordinal_encoder.rb,
lib/rumale/preprocessing/standard_scaler.rb

Overview

This module consists of the classes that perform preprocessings.

Defined Under Namespace

Classes: BinDiscretizer, L2Normalizer, LabelEncoder, MaxAbsScaler, MinMaxScaler, OneHotEncoder, OrdinalEncoder, StandardScaler