In case you're confused - challenge1 testing vs training data #73
patrickmuston1
started this conversation in
4.0 Exploring the data and building models
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
EY Challenge 1 references two .csv files: challenge1_train.csv (129 rows) and challenge1_test.csv (5000 rows).
The catch is that challenge1_train.csv lists the linescans that are available, while challenge1_test.csv lists the coordinate pairs that are required to be evaluated by your model for testing.
You will notice that challenge1_test.csv contains a "label" column. There are five distinct labels here. These are the five linescans which you will be tested on, with 1000 coordinate pairs listed in each, for a total of 5000 rows.
Beta Was this translation helpful? Give feedback.
All reactions