Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Exported csv has no label data on unlabelled data #54

Open
earthgecko opened this issue Jul 16, 2018 · 1 comment
Open

Exported csv has no label data on unlabelled data #54

earthgecko opened this issue Jul 16, 2018 · 1 comment
Assignees

Comments

@earthgecko
Copy link

When data is labelled in the UI and exported it is only exported with a ,1 set on the labelled data in the csv, data that has not been labelled is left blank, for example:

timestamp,value,label
1478765820,0.0,
1478765880,0.0,
1478765940,0.0,
1478766000,0.0,1
1478766060,0.05,1
1478766120,0.0,
1478766180,0.0,
1478766240,0.0,

Due to the fact that the label column has been added, should all unlabelled data be labelled with ,0 rather than just ,?

This would reduce the requirement for the user to have to preprocess the exported csv or deal with NaNs in any upstream processing they did with the exported csv as all the label data would be present.

@minorcong minorcong self-assigned this Jul 16, 2018
@minorcong
Copy link
Collaborator

Thanks for your compaint, we have recorded and will amend this in days.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants