Machine learning challenges

I need help how to submit the machine learning challenges on coding blocks.

Hey Abhishu,

Since this is your first challenge, i would suggest to read the instructions very carefully.
In this challenge, first you need to download both training set and test set data.
Then implement a linear regression algorithm from scratch, with training data only, Xtrain and ytrain.
Once you think the model is working fine and you have reduced the loss, get predictions for X test data that you get in testset folder. Now generate one csv file that look very similiar to sample submission file, in this case it should be a csv having y as heading. and 1250 number of entries that are the predictions corresponding to the xtest. Now upload this file in the portal.

Good luck with the challenge. :slight_smile:

1 Like

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.