please how do i submmit my prediction and also what should i look out for from the train dataset (feature engineering)
Upload the CSV file of your submission after clicking on the submit button which is currently at the top right after submissions
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)
Danke!
Upload the CSV file of your submission after clicking on the submit button which is currently at the top right after submissions
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)
Danke!