misikoff commited on
Commit
fc8fd41
·
1 Parent(s): e42b122

try different filename

Browse files
Files changed (1) hide show
  1. zillow.py +1 -1
zillow.py CHANGED
@@ -132,7 +132,7 @@ 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 [
 
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 [