1.Description: The Auto MPG dataset (http://archive.ics.uci.edu/ml/datasets/Auto+MPG) is a dataset that captures different characteristics of cars (such as cyclinders, transmission horsepower), and the target is to predict the fuel consumption in Miles per Gallon (MPG) as a regression task. Each car in the dataset was linked to the corresponding resource in DBpedia based on the label.

2. ML task: Regression

3. Number of instances: 370

4. Original source: UCI ML (http://archive.ics.uci.edu/ml/datasets/Auto+MPG)

5. Linked to: DBpedia

6. Number of existing feature: 8

7. Data split (training/test):
	-trainingSet.tsv: 80%
	-testSet.tsv: 20%