auto_mpg.RdPredicting city-cycle fuel consumption (miles per gallon) from automobile characteristics.
auto_mpgA data frame with 388 rows and 9 variables:
mpgnumeric; miles per gallon.
cylnumeric; number of cylinders.
dispnumeric; engine displacement.
hpnumeric; horse power.
wtnumeric; weight.
accelnumeric; acceleration.
yearnumeric; make year.
originfactor; origin.
ICU Machine Learning Repository. This dataset was taken from the StatLib library which is maintained at Carnegie Mellon University. The dataset was used in the 1983 American Statistical Association Exposition.
Row names are the automobile names with appended year. Four cases with duplicate row names were deleted. Six cases with missing values were also deleted.