Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 398 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 398 Bytes

MPG-predictor

Miles per gallon predictor based on mtcars dataset

This appllication predicts the miles per gallon. User will be able to enter the 4 different attributes (Weight, Number of Cylinders, Horsepower and transmission type either automatic or manual).

The system will then calculate the predicted miles per gallon based on linear regression model made on 'mtcars' dataset.