Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## Auto Miles per Gallon (MPG) Dataset
|
2 |
|
3 |
Following description was taken from [UCI machine learning repository](https://archive.ics.uci.edu/ml/datasets/auto+mpg).
|
@@ -20,5 +31,4 @@ This dataset is a slightly modified version of the dataset provided in the StatL
|
|
20 |
- acceleration: continuous
|
21 |
- model year: multi-valued discrete
|
22 |
- origin: multi-valued discrete
|
23 |
-
- car name: string (unique for each instance)
|
24 |
-
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- tabular-classification
|
5 |
+
- tabular-regression
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
tags:
|
9 |
+
- scikit-learn
|
10 |
+
pretty_name: auto-mpg
|
11 |
+
---
|
12 |
## Auto Miles per Gallon (MPG) Dataset
|
13 |
|
14 |
Following description was taken from [UCI machine learning repository](https://archive.ics.uci.edu/ml/datasets/auto+mpg).
|
|
|
31 |
- acceleration: continuous
|
32 |
- model year: multi-valued discrete
|
33 |
- origin: multi-valued discrete
|
34 |
+
- car name: string (unique for each instance)
|
|