Update SolarSys/training_freezing.py
Browse files
SolarSys/training_freezing.py
CHANGED
|
@@ -31,7 +31,7 @@ def main():
|
|
| 31 |
overall_start_time = time.time()
|
| 32 |
# βββ Hyperparameters βββββββββββββββββββββββ
|
| 33 |
STATE_TO_RUN = "pennsylvania" # or "colorado", "oklahoma"
|
| 34 |
-
DATA_PATH = "
|
| 35 |
# Dynamically extract the number of agents from the file path
|
| 36 |
match = re.search(r'(\d+)houses', DATA_PATH)
|
| 37 |
if not match:
|
|
|
|
| 31 |
overall_start_time = time.time()
|
| 32 |
# βββ Hyperparameters βββββββββββββββββββββββ
|
| 33 |
STATE_TO_RUN = "pennsylvania" # or "colorado", "oklahoma"
|
| 34 |
+
DATA_PATH = "Cluster_with_proper_loggings_FINALE/A_SPLIT_DATA/training/50houses_152days_TRAIN.csv"
|
| 35 |
# Dynamically extract the number of agents from the file path
|
| 36 |
match = re.search(r'(\d+)houses', DATA_PATH)
|
| 37 |
if not match:
|