danfo.LabelEncoder
Encode target labels with value between 0 and n_classes-1.
Last updated
Was this helpful?
Encode target labels with value between 0 and n_classes-1.
Last updated
Was this helpful?
class danfo.LabelEncoder
danfo.js provides the LabelEncoder class for encoding Series and Arrays to integer between 0 and n_classes -1. This is mostly used as a preprocessing step before most machine learning tasks.
The API is similar to sklearn's , and provides a fit and transform method.
See also and