Skip to content

gaetanodegennaro/WineDataset_LinearRegression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wine Dataset with PCA and Linear Regression

Use of Wine dataset (red+white) using PCA and Logistic Regression in order to predict "quality".

Data Distribution of quality Feature after joining white and red wines

Variance distribution after PCA

After PCA we can choose to use the first 8 components only, which explain about 90% of the variance

Linear Regression

  • Training set: 70%
  • Test set: 30%

Conclusions

Not excellent results for quality prediction on this dataset, with a score of 50%.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published