-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check in full 100 GB regular workload results
- Loading branch information
Showing
4 changed files
with
5,006 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Dataset preprocessing pipeline | ||
|
||
- Gather data using the existing `run_cost_model.py` | ||
- Run query parsing using the existing `run_cost_model.py` to get the "parsed dataset" | ||
- (If needed) Use `merge_collected.py` to merge the parsed results (e.g., if you | ||
did multiple data collection passes) | ||
- Use `unify.py` to group up the collected data into one "standard dataset" | ||
- Use `dataset_selection.py` to do a train-test split (note that this script | ||
needs manual modification) | ||
- If this is a key dataset used in the evaluation, commit it under `workloads` | ||
(see `IMDB_100GB`). | ||
- Use `prepare_datasets.sh` to massage the data into the right format for | ||
running with the existing GNN model training script |
Binary file added
BIN
+78.1 KB
workloads/IMDB_100GB/regular_rebalanced_5k/data_accessed-athena-aurora.npy
Binary file not shown.
Oops, something went wrong.