Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 905 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 905 Bytes

Problem Statement

Here I have used the Fish Market Dataset. It has details about fish. Columns are Species, Weight, Length1, length2, length3, height, width

Dataset

The dataset used is the Fish Market from (Kaggle).

The 7 class labels are:

1. Perch: Given fish belongs to the Perch species
2. Bream: Given fish belongs to the Bream species
3. Roach: Given fish belongs to the Roach species
4. Pike: Given fish belongs to the Pike species
5. Smelt: Given fish belongs to the Smelt species
6. Parkki: Given fish belongs to the Parkki species
7. Whitefish: Given fish belongs to the Whitefish species

Model(s) Used

Models used are Logistic Regression and Random Forest Regressor.

Future Work

We can use Deep Learning i.e. Convolutional Neural Network to find better accuracy.