What do the labels (0, 1, 2) correspond to in this dataset?
#3
by
kakeith406
- opened
Do you mind please describing what the labels (0, 1, 2) correspond to? Thank you!
They are mappings to labels:
label_mapping = {
"DOVISH": 0,
"HAWKISH": 1,
"NEUTRAL": 2,
}
Thank you! A gentle request to put this in the README for others as well.
Thanks, README is updated.
shahagam4
changed discussion status to
closed