@hawk9 wrote:
can any any one help me with this? i am getting 0 score in leaderboard where my code seems to be fine.
is anything wrong with the submission format?
submission = pd.DataFrame({
"Loan_ID": df_test["Loan_ID"],
"Loan_Status": pred
})
submission.to_csv('/resources/data/Loan prediction/Sample_Submission.csv',sep=',', index=False)
Posts: 1
Participants: 1