cosmir / openmic-2018

Tools and tutorials for the OpenMIC-2018 dataset.
MIT License
91 stars 10 forks source link

Sparse label schema #19

Closed ejhumphrey closed 6 years ago

ejhumphrey commented 6 years ago

Sparse label data (CSV) should consist of four columns:

(sample_key: String, instrument: String, affinity: Float [0, 1], num_responses: int)

Most recent label data is missing num_responses, so that'll have to be added.