Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Predict the quality of wine using various ML classifiers #33

Open
4 of 9 tasks
ShashankP19 opened this issue Oct 3, 2018 · 12 comments
Open
4 of 9 tasks

Predict the quality of wine using various ML classifiers #33

ShashankP19 opened this issue Oct 3, 2018 · 12 comments
Labels
beginner Easy Issue good first issue Good for newcomers hacktoberfest Open issues for hacktoberfest machine-learning Machine Learning related Issues

Comments

@ShashankP19
Copy link
Collaborator

ShashankP19 commented Oct 3, 2018

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

  • Technical Specifications: python, scikit-learn, pandas, numpy
  • Type of issue: Multiple issues
  • Time Limit: 3 days for each classifier implementation

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.

  • Using K Neighbors Classifier
  • Using Decision Tree Classifier
  • Using Gaussian Naive Bayes
  • Using Support Vector Classifier
  • Using Gaussian Process Classifier
  • Using Random Forest Classifier
  • Using Multi-layer Perceptron (MLP) Classifier
  • Using AdaBoost Classifier
  • Using Quadratic Discriminant Analysis

Resources

Directory Structure

Place your solution file in path as follows.

  • For K Neighbors Classifier /machine_learning/wine_quality/knn/<your_solution_file>
  • For Decision Tree Classifier /machine_learning/wine_quality/dtc/<your_solution_file>
  • For Gaussian Naive Bayes /machine_learning/wine_quality/gnb/<your_solution_file>
  • For Support Vector Classifier /machine_learning/wine_quality/svc/<your_solution_file>
  • For Using Gaussian Process Classifier /machine_learning/wine_quality/gpc/<your_solution_file>
  • For Using Random Forest Classifier /machine_learning/wine_quality/rfc/<your_solution_file>
  • For Using Multi-layer Perceptron (MLP) Classifier /machine_learning/wine_quality/mlp/<your_solution_file>
  • For Using AdaBoost Classifier /machine_learning/wine_quality/abc/<your_solution_file>
  • For Using Quadratic Discriminant Analysis /machine_learning/wine_quality/qda/<your_solution_file>

Note

Please claim the issue first by commenting here before starting to work on it.

@mahim23 mahim23 added hacktoberfest Open issues for hacktoberfest machine-learning Machine Learning related Issues beginner Easy Issue labels Oct 5, 2018
@zara-nicole zara-nicole mentioned this issue Oct 6, 2018
@cemysf
Copy link
Contributor

cemysf commented Oct 6, 2018

I would like to work on this

@ShashankP19
Copy link
Collaborator Author

@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
Copy link
Contributor

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

@AMosa3d
Copy link
Contributor

AMosa3d commented Oct 8, 2018

Hey, I would like to work on MLP

@ShashankP19
Copy link
Collaborator Author

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

@ShashankP19
Copy link
Collaborator Author

@AMosa3d You are assigned MLP Classifier. Go ahead.

@bilalvur
Copy link
Contributor

bilalvur commented Oct 8, 2018

I would like to work on random forest.

@ShashankP19
Copy link
Collaborator Author

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

@cemysf
Copy link
Contributor

cemysf commented Oct 8, 2018

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

@ShashankP19
Copy link
Collaborator Author

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

@GajeshS
Copy link
Contributor

GajeshS commented Oct 13, 2018

Hi, I would like to work on Quadratic Discriminant Analysis

@ShashankP19
Copy link
Collaborator Author

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

@Ram-Aditya Ram-Aditya added good first issue Good for newcomers and removed good first issue Good for newcomers labels Oct 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
beginner Easy Issue good first issue Good for newcomers hacktoberfest Open issues for hacktoberfest machine-learning Machine Learning related Issues
Projects
None yet
Development

No branches or pull requests

8 participants