This Slide details a simple linear prediction app at this link. This simple app tried to predict the average mpg value given car weight and transmission type. You can open this link and tried to input weight value and select transmission type to see the predicted result.
Basic Outline
- Exploratory Analysis of Transmission and Weight's impact on mpg.
- Building a simple linear regression model.
- Visualize the fitted model.

