Label Encoder

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

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

Configuration:

Attributes:

  • classes_

    Holds the label for each class.

Input ports:

Output ports:
model : model
Model

Some of the docstrings for this module have been automatically extracted from the scikit-learn library and are covered by their respective licenses.

class node_preprocessing.LabelEncoder[source]