Skip to content

Using multi-linear regression to access the features which best determine "power to weight" of cars

Notifications You must be signed in to change notification settings

Patrick160893/Auto_MPG---Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto_MPG---Regression

Using multi-linear regression to access the features which best determine "power to weight" of cars The script identifies possible missing values, looks at the relations betwee the different features using their correaltions. Create a new feature "power_to_weight" from the original features and uses the the multi-linear regresson model to forecast the "power_to_weight" values. Furthermore, the performance of the model is evaluated by using the Loss fucnction (mean-squared and root-mean-squared errors) and looking at the explained variance from the model.

About

Using multi-linear regression to access the features which best determine "power to weight" of cars

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages