Johnnyeee commited on
Commit
c3e18b3
1 Parent(s): ea91d6d

Update Yelpdata_663.py

Browse files
Files changed (1) hide show
  1. Yelpdata_663.py +1 -4
Yelpdata_663.py CHANGED
@@ -21,6 +21,7 @@ import os
21
  from typing import List
22
  import datasets
23
  import logging
 
24
 
25
  # TODO: Add BibTeX citation
26
  # Find for instance the citation on arxiv or on the dataset repo/website
@@ -46,10 +47,6 @@ _HOMEPAGE = "https://www.yelp.com/dataset/download"
46
  _LICENSE = ""
47
 
48
 
49
- import json
50
- import datasets
51
- from random import random
52
-
53
  class YelpDataset(datasets.GeneratorBasedBuilder):
54
  """Yelp Dataset focusing on restaurant reviews and business information."""
55
 
 
21
  from typing import List
22
  import datasets
23
  import logging
24
+ from random import random
25
 
26
  # TODO: Add BibTeX citation
27
  # Find for instance the citation on arxiv or on the dataset repo/website
 
47
  _LICENSE = ""
48
 
49
 
 
 
 
 
50
  class YelpDataset(datasets.GeneratorBasedBuilder):
51
  """Yelp Dataset focusing on restaurant reviews and business information."""
52