Label Encoder

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

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]

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

Configuration:
Attributes:
  • classes_

    Holds the label for each class.

Inputs:
Outputs:
model : model

Model