WebClub-NITK / Hacktoberfest-2k18

Repository for Hacktoberfest 2018 open for the global open source community.
https://webclub-nitk.github.io/Hacktoberfest-2k18/
19 stars 102 forks source link

Predict the quality of wine using various ML classifiers #33

Open ShashankP19 opened 6 years ago

ShashankP19 commented 6 years ago

Description

Given dataset with different features of wine, predict its quality. The quality is an integral score between 0 and 10. The dataset can be found here The given features are

  1. fixed acidity
  2. volatile acidity
  3. citric acid
  4. residual sugar
  5. chlorides
  6. free sulfur dioxide
  7. total sulfur dioxide
  8. density
  9. pH
  10. sulphates
  11. alcohol

Details

Issue requirements / progress

Train the model on train data. Predict target values using test data. Find accuracy of the model comparing with actual test data targets 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.

cemysf commented 6 years ago

I would like to work on this

ShashankP19 commented 6 years ago

@cemysf each model requires a new pull request. Choose one of the models that you would want to work on. What model do you choose?

ThaysPrado commented 6 years ago

I would like to work on this. I will use Decision Tree Classifier

AMosa3d commented 6 years ago

Hey, I would like to work on MLP

ShashankP19 commented 6 years ago

@ThaysPrado You are assigned Decision Tree Classifier. Go ahead.

ShashankP19 commented 6 years ago

@AMosa3d You are assigned MLP Classifier. Go ahead.

bilalvur commented 6 years ago

I would like to work on random forest.

ShashankP19 commented 6 years ago

@bilalvur You are assigned to work on Random Forest Classifier. Go ahead.

cemysf commented 6 years ago

Sorry for the late reply, I would like to work on Support Vector Classifier

ShashankP19 commented 6 years ago

@cemysf You are assigned to work on Support Vector Classifier. Go ahead.

GajeshS commented 6 years ago

Hi, I would like to work on Quadratic Discriminant Analysis

ShashankP19 commented 6 years ago

@GajeshS You are assigned Quadratic Discriminant Analysis. Go ahead.