Datasets:
Update car.py
Browse files
car.py
CHANGED
@@ -12,7 +12,15 @@ VERSION = datasets.Version("1.0.0")
|
|
12 |
DESCRIPTION = "Car dataset from the UCI repository."
|
13 |
_HOMEPAGE = "https://archive-beta.ics.uci.edu/dataset/19/car+evaluation"
|
14 |
_URLS = ("https://archive-beta.ics.uci.edu/dataset/19/car+evaluation")
|
15 |
-
_CITATION = """
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
# Dataset info
|
18 |
_BASE_FEATURE_NAMES = [
|
|
|
12 |
DESCRIPTION = "Car dataset from the UCI repository."
|
13 |
_HOMEPAGE = "https://archive-beta.ics.uci.edu/dataset/19/car+evaluation"
|
14 |
_URLS = ("https://archive-beta.ics.uci.edu/dataset/19/car+evaluation")
|
15 |
+
_CITATION = """
|
16 |
+
@misc{misc_car_evaluation_19,
|
17 |
+
author = {Bohanec,Marko},
|
18 |
+
title = {{Car Evaluation}},
|
19 |
+
year = {1997},
|
20 |
+
howpublished = {UCI Machine Learning Repository},
|
21 |
+
note = {{DOI}: \url{10.24432/C5JP48}}
|
22 |
+
}
|
23 |
+
"""
|
24 |
|
25 |
# Dataset info
|
26 |
_BASE_FEATURE_NAMES = [
|