Skip to content

Commit aa058aa

Browse files
committed
test: show locations
1 parent 6beb829 commit aa058aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Murray/post_analysis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def smape(A, F):
6767

6868
df_pivot = data_input.pivot(index="time", columns="location", values="Y")
6969
logger.info(f"Pivot table shape: {df_pivot.shape}")
70+
logger.info(f"Available locations: {sorted(df_pivot.columns.tolist())}")
7071

7172
# For model training, truncate data until end_treatment to avoid using future data
7273
X_train_data = df_pivot[control_group].iloc[:end_position_treatment].values

0 commit comments

Comments
 (0)