Reputation: 61
after troubleshooting everything i thought my csv was perfect, any idea what this error means? Found nothing searching.
This is what my csv looks like: but with 84k rows and 4 different labels.
The error:
Error: gs://retina-261312-vcm/csv/finalbookLOOL.csv line 105: The label is already a ground truth.
Error: gs://retina-261312-vcm/csv/finalbookLOOL.csv line 20051: The label is already a ground truth.
Error: gs://retina-261312-vcm/csv/finalbookLOOL.csv line 94: The label is already a ground truth.
Error: gs://retina-261312-vcm/csv/finalbookLOOL.csv line 99: The label is already a ground truth.
Error: gs://retina-261312-vcm/csv/finalbookLOOL.csv line 98: The label is already a ground truth.
Error: gs://retina-261312-vcm/csv/finalbookLOOL.csv line 92: The label is already a ground truth.
any help is appreciated
Upvotes: 4
Views: 737
Reputation: 31
Ground truth means what you measured for your target variable for the training and testing examples. It means a target you want your model to predict.
Possibilities are some noise found, but it force to use model to predict. The ground truth will appear.
Please check it the ground truth explanation here
Upvotes: 2