misikoff commited on
Commit
e42b122
1 Parent(s): 85020c2

fix filename

Browse files
Files changed (1) hide show
  1. zillow.py +3 -3
zillow.py CHANGED
@@ -132,9 +132,9 @@ class NewDataset(datasets.GeneratorBasedBuilder):
132
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
133
  # urls = _URLS[self.config.name]
134
  # data_dir = dl_manager.download_and_extract(urls)
135
- file_train = dl_manager.download(os.path.join('data/home_value_forecasts/', "Metro_zhvf_growth_uc_sfrcondo_tier_0.33_0.67_month.csv"))
136
- file_test = dl_manager.download(os.path.join(self.config.name, "test.csv"))
137
- file_eval = dl_manager.download(os.path.join(self.config.name, "valid.csv"))
138
  return [
139
  datasets.SplitGenerator(
140
  name=datasets.Split.TRAIN,
 
132
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
133
  # urls = _URLS[self.config.name]
134
  # data_dir = dl_manager.download_and_extract(urls)
135
+ file_train = dl_manager.download(os.path.join('data/home_value_forecasts', "Metro_zhvf_growth_uc_sfrcondo_tier_0.33_0.67_month.csv"))
136
+ # file_test = dl_manager.download(os.path.join(self.config.name, "test.csv"))
137
+ # file_eval = dl_manager.download(os.path.join(self.config.name, "valid.csv"))
138
  return [
139
  datasets.SplitGenerator(
140
  name=datasets.Split.TRAIN,