Skip to content

Commit

Permalink
add log statement for making h3 labels
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshepard committed Oct 22, 2024
1 parent 0080c2d commit 10392a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate_thresholds.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def main(args):

print("loading in the training data...")
train_df = _load_train_data(args.train_spatial_data)
print("making h3 labels for training data...")
train_df_h3 = train_df.h3.geo_to_h3(args.h3_resolution)

all_spatial_grid_counts = train_df_h3.index.value_counts()
Expand Down

0 comments on commit 10392a4

Please sign in to comment.