Closed ejhumphrey closed 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.
num_responses
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.