test
Browse files
zillow.py
CHANGED
@@ -132,7 +132,8 @@ 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_train = dl_manager.download(os.path.join('processed/home_value_forecasts', "final.csv"))
|
137 |
# file_test = dl_manager.download(os.path.join(self.config.name, "test.csv"))
|
138 |
# file_eval = dl_manager.download(os.path.join(self.config.name, "valid.csv"))
|
139 |
return [
|