Label Encoder¶
Encode single string labels with value between 0 and n_classes-1.
Documentation
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:
- modelmodel
Model
Definition
Input ports
Output ports
- model
model
Model
- class node_preprocessing.LabelEncoder[source]