Primary competition visual

DSN AI Bootcamp Qualification Hackathon by Data Science Nigeria

Helping Nigeria
Knowledge
Challenge completed ~5 years ago
Prediction
1094 joined
749 active
Starti
Sep 09, 20
Closei
Oct 03, 20
Reveali
Oct 03, 20
please how do i summit my prediction
Help · 10 Sep 2020, 10:06 · 5

please how do i submmit my prediction and also what should i look out for from the train dataset (feature engineering)

Discussion 5 answers
User avatar
10 Academy

Upload the CSV file of your submission after clicking on the submit button which is currently at the top right after submissions

10 Sep 2020, 10:13
Upvotes 0

sorry i meant the format to write it out then followed by yours step @dmarinere

Use the sample_submission.csv file to generate your submission file by replacing the default_status with your predictions.

then write it to .csv with the code snippet below:

sample_submission.to_csv("my_submission.csv", index= False)

Use the sample_submission.csv file to generate your submission file by replacing the default_status with your predictions.

then write it to .csv with the code snippet below:

sample_submission.to_csv("my_submission.csv", index= False)