Reputation: 1
I'm using Neuton.AI to train my small AI model, I have a csv file dataset, edited by Excel, formatted as :
ax1 | ay1 | az1 | gx1 | gy1 | gz1 | ... | ax50 | ay50 | az50 | gx50 | gy50 | gz50 |
---|---|---|---|---|---|---|---|---|---|---|---|---|
data | data | data | data | data | data | ... | data | data | data | data | data | data |
data | data | data | data | data | data | ... | data | data | data | data | data | data |
... |
The problem is, even if I tried changing the column names in different ways several times, it just give me the same error message:
All column names (values in the CSV file header) must contain only letters (a-z, A-Z),
numbers (0-9), hyphens ( - ), or underscores (_). Change the names and download
the dataset again.
How to resolve this?
Upvotes: -1
Views: 17