-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathexecute_project.bat
13 lines (8 loc) · 1.45 KB
/
execute_project.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
"C:\Users\Matt Haythornthwaite\Documents\Software_Developer-Python\Football_Prediction_Project\venv\Scripts\python.exe" "C:\Users\Matt Haythornthwaite\Documents\Software_Developer-Python\Football_Prediction_Project\01_api_data_request.py"
"C:\Users\Matt Haythornthwaite\Documents\Software_Developer-Python\Football_Prediction_Project\venv\Scripts\python.exe" "C:\Users\Matt Haythornthwaite\Documents\Software_Developer-Python\Football_Prediction_Project\02_cleaning_stats_data.py"
"C:\Users\Matt Haythornthwaite\Documents\Software_Developer-Python\Football_Prediction_Project\venv\Scripts\python.exe" "C:\Users\Matt Haythornthwaite\Documents\Software_Developer-Python\Football_Prediction_Project\03_feature_engineering.py"
cd "C:\Users\Matt Haythornthwaite\Documents\Software_Developer-Python\Football_Prediction_Project\ml_model_build_random_forest"
"C:\Users\Matt Haythornthwaite\Documents\Software_Developer-Python\Football_Prediction_Project\venv\Scripts\python.exe" "C:\Users\Matt Haythornthwaite\Documents\Software_Developer-Python\Football_Prediction_Project\ml_model_build_random_forest\random_forest_model_build.py"
cd "C:\Users\Matt Haythornthwaite\Documents\Software_Developer-Python\Football_Prediction_Project\predictions"
"C:\Users\Matt Haythornthwaite\Documents\Software_Developer-Python\Football_Prediction_Project\venv\Scripts\python.exe" "C:\Users\Matt Haythornthwaite\Documents\Software_Developer-Python\Football_Prediction_Project\predictions\predictions.py"
pause