How to submit predictions in Datathons/Data Sprints on DPhi?
Steps to submit prediction
Load the testing data (i.e. testing_set_label.csv) and name it as new_test_data. You can load the data using the below command.
new_test_data = pd.read_csv("testing_set_label.csv" )
Here th…
|