Skip to content

Commit ca02afc

Browse files
committed
update data used for training
1 parent 6f7c95d commit ca02afc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/load_data.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
6060
- name: Load New Month Data
6161
env:
62-
MLFLOW_TRACKING_URI: ${{ secrets.MLFLOW_TRACKING_URI }}
6362
GOOGLE_APPLICATION_CREDENTIALS: ${{ github.workspace }}/gcp-key.json
6463
run: |
6564
uv run python scripts/1_load_monthly_data.py
@@ -90,7 +89,6 @@ jobs:
9089
9190
- name: Update Train Test Sets
9291
env:
93-
MLFLOW_TRACKING_URI: ${{ secrets.MLFLOW_TRACKING_URI }}
9492
GOOGLE_APPLICATION_CREDENTIALS: ${{ github.workspace }}/gcp-key.json
9593
run: |
9694
uv run python scripts/2_process_data.py

project-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ target:
6363

6464
train_file_name_destination: "green_taxi_train_set"
6565
test_file_name_destination: "green_taxi_test_set"
66-
train_file_name: "green_taxi_train_set2025-02-09_15:49:13.559248.parquet"
67-
test_file_name: "green_taxi_test_set2025-02-09_15:49:16.996177.parquet"
66+
train_file_name: "green_taxi_train_set2025-02-09_08:19:17.494919.parquet"
67+
test_file_name: "green_taxi_test_set2025-02-09_08:19:30.980237.parquet"
6868

6969
experiment_name: "taxi_fare_prediction"

0 commit comments

Comments
 (0)