This repository contains my solution to the IEEE ENSI CIS Chapter Mini Friendly Competition as well as the provided files.
We have fish farms that are equipped with cameras which can allow us to get measurements of the swimming fish. We are asked to use those measurements to estimate their weights using a Machine Learning model.
Starter_Notebook.ipynb
contains the competition details.SampleSubmissionFile.csv
shows the format of the submitted file.Train.csv
contains the training set.Test.csv
contains the test set.My_Notebook.ipynb
contains my solution to the competition.
- My score was 86%.
- I got 2nd place.