Skip to content

goshawk15/ml_algorithms_implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Dataset Description

The two datasets are related to red and white variants of the Portuguese "Vinho Verde" wine. For more details, consult: http://www.vinhoverde.pt/en/
The features of the dataset 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

And the classes of the dataset are
12 - quality (score between 3 and 9)

The goal is to train models that can predict the quality of a wine based on the attributes of the sample we provide

This is a multiclass classification problem since it has values ranging from 3 to 9 We use 3000 samples to train the models and we use 100 to test them

Each of the algorithm code cell is followed by another one where we test the accuracy for both the training and the testing set The function where we calculate the accuracy is defined in the first cell of the ipynb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors