Label Encoder

../../../../_images/label_encoder.svg

Encode single string labels with value between 0 and n_classes-1.

Documentation

Attributes

classes_

Holds the label for each class.

Definition

Output ports

model model

Model

Implementation

class node_preprocessing.LabelEncoder[source]