Skip to content

mamomen1996/R_CS_03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R_CS_03

Traditional Regression problem project in R

Case-Study Title: Simple Linear Regression Analysis

Data Analysis methodology: CRISP-DM

Dataset: Toyota Used Cars certified features and dealing (sold) prices in Europe

Case Goal: Price Recommendation Intelligence System for Toyota Used Cars in Europe Trading Platform

Correlation plot between Price and other continuous predictor variables CS_03_1

Scatter plot between Price and other continuous predictor variables CS_03_2

Estimated Linear Regression line and Quadratic Regression line between Price and KM CS_03_3

Actuals versus Predictions plot (final model performance evaulation in Test dataset) CS_03_4