How to create a csv file with input and best output?

Hello!
I am creating my csv file to input into Edge Impulse through Excel. I have created the timestamp column and columns with the data inputs. However, I am not sure how and where I should add the best outcome for each row in order for the neural network to train on the data.

Help would be appreciated! Thank you!

Hi @spark you can set the label (outcome) in the file name, then it’ll be picked up automatically. See https://docs.edgeimpulse.com/reference?_ga=2.30811837.300880931.1625387905-1252652237.1574934249#importing-csv-data

E.g.

expectedoutcome.1.csv

Thank you for the help!

1 Like