Skip to content

Commit

Permalink
Update run_all_steps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-elimu committed Sep 1, 2024
1 parent 5d2dcc3 commit 956332d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions run_all_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
#import step1_prepare.step1_3_split_data

print('\n*** Step 2. Train Model 🌏🚀 ***')
# os.chdir('../step2_train')
# print(os.path.basename(__file__), f'os.getcwd(): {os.getcwd()}')
#os.chdir('../step2_train')
#print(os.path.basename(__file__), f'os.getcwd(): {os.getcwd()}')
# TODO

print('\n*** Step 3. Make Prediction 🌏 🚀✨ ***')
# os.chdir('../step3_predict')
# print(os.path.basename(__file__), f'os.getcwd(): {os.getcwd()}')
#os.chdir('../step3_predict')
#print(os.path.basename(__file__), f'os.getcwd(): {os.getcwd()}')
# TODO

0 comments on commit 956332d

Please sign in to comment.