Skip to content

Jayesh88/Red-wine-quality-using-lasso-ridge-Decision-tree-and-Random-Forest-in-R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Red-wine-quality-using-R

Research Question: We selected the Red wine data set to predict the quality of the red wine. The Quality is rated from 1-10 ratings and the ratings with 6.5 and above is considered as a good quality. Also find out the best predictor variable that can be used to find out good quality wine.

Methods: Methods used to solve the problem statement defined in the research question are: • Ridge Regression • Lasso Regression • Multiple linear Regression • Decision Tree • Random Forest