File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ target:
6363
6464train_file_name_destination : " green_taxi_train_set"
6565test_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
6969experiment_name : " taxi_fare_prediction"
You can’t perform that action at this time.
0 commit comments