Package org.apache.ignite.examples.ml.preprocessing.encoding
Machine learning encoding examples.
-
Class Summary Class Description EncoderExample Example that shows how to use String Encoder preprocessor to encode features presented as a strings.EncoderExampleWithNormalization Example that shows how to combine together two preprocessors: String Encoder preprocessor to encode features presented as a strings and Normalizer to normalize data presented as doubles.LabelEncoderExample Example that shows how to use Label Encoder preprocessor to encode labels presented as a strings.TargetEncoderExample Example that shows how to use Target Encoder preprocessor to encode labels presented as a mean target value.