mstz commited on
Commit
e7b6823
·
1 Parent(s): fec5a17

Update car.py

Browse files
Files changed (1) hide show
  1. car.py +9 -1
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 = [