Skip to content

A simple application that uses machine learning to classify wine

Notifications You must be signed in to change notification settings

Sommos/python_wine_classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Wine Classifier

This program is to test sklearn, with simple machine learning algorithms, saving classifiers and a basic dataset of wine attributes.

80.8828% white wine accuracy with hyperparameter tuning for random forest classifier.

87.8828% red wine accuracy with hyperparameter tuning for random forest classifier.

Dataset

The dataset, additional metadata, and the .csv files used in this program can be found at: https://archive.ics.uci.edu/dataset/186/wine+quality

Contribution

If you'd like to contribute to python_wine_classifier please submit a pull-request on a feature branch.

Installing

Clone the repo:

git clone https://github.com/Sommos/python_wine_classifier

cd python_wine_classifier

About

A simple application that uses machine learning to classify wine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages