Skip to content

Commit

Permalink
Update submission.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
ramdhan1989 authored May 20, 2022
1 parent fec37f1 commit 027245c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submission.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@
"outputs": [],
"source": [
"#save the result\n",
"pd.DataFrame.from_dict({'Id':np.arange(0,len(output_test)),'Predicted':np.where(output_test>dict_result['0']['eopt'],1,0)}).to_csv('ramdhan_ari_wibawa-submission.csv',index=False)"
"pd.DataFrame.from_dict({'Id':np.arange(0,len(output_test)),'Predicted':np.where(output_test>dict_result['0']['eopt'],1,0)}).to_csv('final-submission.csv',index=False)"
]
},
{
Expand Down

0 comments on commit 027245c

Please sign in to comment.