fix filename
Browse files
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
|
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,
|