Challenge - Diabetes Classification11

can u please tell me how to submit the solution of ths challenge, I’ve written it’s solution in Jupyter notebook in collab.

Hey vibhor,
Once you have written the knn algo, make predictions for all the test values which you can find in test cases folder.
And after getting predictions for test cases, you need to create a csv file out of these predictions same as given sample_submission file.
Then submit this csv file on the portal.
The csv file will look something like this.

Thanks :slight_smile: