Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 906 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 906 Bytes

FISH WEIGHT ESTIMATION ML MODEL

This repository contains my solution to the IEEE ENSI CIS Chapter Mini Friendly Competition as well as the provided files.

Competition Description

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.

Files

  • 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.

Final Standing