Dataset clarification

What is the intended purpose of these datasets?

X_test.reduced.parquet
y_test.reduced.parquet
y_test_index.reduced.parquet

And can we use them to train the model?

Hello Harry,

  • X_test is used to run the local test.
  • y_test is used to score yourself locally.
  • y_test_index is unused, but we left it to match the train files.

Of course, you can use them, but you will be overfit.
And also, they will not be available in the cloud environment.