WebClub-NITK / Hacktoberfest-2k19

19 stars 115 forks source link

Abalone Age Prediction using various ML classifiers #27

Closed vrn25 closed 5 years ago

vrn25 commented 5 years ago

Description

Given Multi-class Classification problem, predict the age of Abalone (a type of Shellfish) using various features provided. Target output is value of Rings (Age = Rings + 1.5).
The dataset can be found here
The given features are:

  1. Sex
  2. Length
  3. Diameter
  4. Height
  5. Whole weight
  6. Shucked weight
  7. Viscera weight
  8. Shell weight

Details

Issue requirements / progress

Train the model on training data. Predict target values using test data. Use Accuracy and F1_score metrics to evaluate the performance. Note: Each pull request should be a solution using only one model.

Resources

Directory Structure

Place your solution file in path as follows.

Note

Please claim the issue first by commenting here before starting to work on it. For any further issues, feel free to contact me @vrn25 or @niranjanrao1509 any time. Requests for review are welcomed. Happy Learning!

kampaitees commented 5 years ago

I'm doing it

vrn25 commented 5 years ago

@kampaitees each model requires a new pull request. Please choose and specify one of the models you would like to work on.

kampaitees commented 5 years ago

I had used decision tree classifier

Shuddhatm22 commented 5 years ago

i want to take up this issue using K neighbours clasiification

vrn25 commented 5 years ago

@Shuddhatm22 yes please start working on it.

vk-mittal14 commented 5 years ago

I want to take up this issue using Multi-layer Perceptron (MLP) Classifier.

vrn25 commented 5 years ago

@i-m-vivek Go ahead

vk-mittal14 commented 5 years ago

Added MLP Classifier #232 please review it.

shashikanthgk commented 5 years ago

I am taking up random forest classifier

vrn25 commented 5 years ago

@shashikanthgk, Go ahead

ArquiteturaJoel commented 5 years ago

I would like to take up this problem - Logistic Regression

vrn25 commented 5 years ago

@ArquiteturaJoel, Go ahead

SaurabhAgarwala commented 5 years ago

Hacktoberfest 2019 ends. Closing the issue.