Datasets:
Fix KeyError: 'label' in sleep_event_segmentation loader
#3
by linck95 - opened
Fix KeyError: 'label' in sleep_event_segmentation loader.
In '_generate_examples ', changed 'row["label"] ' β 'row["class"] ' to match the actual TSV column names.
skywang changed pull request status to merged