Skip to content

Commit

Permalink
adding small features to cost model
Browse files Browse the repository at this point in the history
  • Loading branch information
wuziniu committed Nov 2, 2023
1 parent 2560ca2 commit 04949cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brad/cost_model/dataset/dataset_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def create_query_dataloader(
query_collator,
db_statistics=val_database_statistics,
feature_statistics=feature_statistics,
plan_featurization_name=query_featurization_name,
query_featurization_name=query_featurization_name,
)
dataloader_args = dict(
batch_size=batch_size,
Expand Down

0 comments on commit 04949cb

Please sign in to comment.