Skip to content

Commit

Permalink
SMLP-030 Implement bash script to run sequence of ml scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bsa7 committed Mar 12, 2023
1 parent f905db4 commit 57baddd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pipeline.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

python data_creation.py
python model_preprocessing.py
python model_preparation.py
python model_testing.py

0 comments on commit 57baddd

Please sign in to comment.