how i will submit my solution of this challenge??
Submission problem in challenge_hardwork pays off
Hey Sangita,
Simply find the results (y_test) of the x_test file which we have provided you in the test set and convert it into a CSV file. Use the pandas.DataFrame.to_csv
method to convert the array into a CSV file.