-
Notifications
You must be signed in to change notification settings - Fork 102
Predict the quality of wine using various ML classifiers #33
Comments
I would like to work on this |
@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? |
I would like to work on this. I will use Decision Tree Classifier |
Hey, I would like to work on MLP |
@ThaysPrado You are assigned Decision Tree Classifier. Go ahead. |
@AMosa3d You are assigned MLP Classifier. Go ahead. |
I would like to work on random forest. |
@bilalvur You are assigned to work on Random Forest Classifier. Go ahead. |
Sorry for the late reply, I would like to work on Support Vector Classifier |
@cemysf You are assigned to work on Support Vector Classifier. Go ahead. |
Hi, I would like to work on Quadratic Discriminant Analysis |
@GajeshS You are assigned Quadratic Discriminant Analysis. Go ahead. |
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
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
wine_starter_code.ipynb
is present in/machine_learning/wine_quality
Directory Structure
Place your solution file in path as follows.
/machine_learning/wine_quality/knn/<your_solution_file>
/machine_learning/wine_quality/dtc/<your_solution_file>
/machine_learning/wine_quality/gnb/<your_solution_file>
/machine_learning/wine_quality/svc/<your_solution_file>
/machine_learning/wine_quality/gpc/<your_solution_file>
/machine_learning/wine_quality/rfc/<your_solution_file>
/machine_learning/wine_quality/mlp/<your_solution_file>
/machine_learning/wine_quality/abc/<your_solution_file>
/machine_learning/wine_quality/qda/<your_solution_file>
Note
Please claim the issue first by commenting here before starting to work on it.
The text was updated successfully, but these errors were encountered: