Last updated 1 year ago
Encode target labels with value between 0 and n_classes-1. See scikit-learn's LabelEncoder for full documentation.
column
Column name to label encode
ds = rasgo.get.dataset(id) ds2 = ds.label_encode(column='WEATHER_DESCRIPTION') ds2.preview()