Machine Learning example in R: Predicting vehicle fuel efficiency
This notebook is an example of using R to tackle a prediction problem using machine learning. The aim is to fit a model that predicts a vehicle’s fuel efficiency - as measured in miles per gallon (MPG) - of vehicles, using the known values of other characteristics of the vehicle. This particular example was most-immediately inspired by a case study in the excellent free online course Supervised Machine Learning Case Studies in R developed by Julia Silge.