From 57baddd054f9d5a822a45396a0970f67bdc10a05 Mon Sep 17 00:00:00 2001 From: Sergio Belevskij Date: Sun, 12 Mar 2023 15:46:52 +0300 Subject: [PATCH] SMLP-030 Implement bash script to run sequence of ml scripts --- pipeline.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 pipeline.sh diff --git a/pipeline.sh b/pipeline.sh new file mode 100755 index 0000000..af8c393 --- /dev/null +++ b/pipeline.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +python data_creation.py +python model_preprocessing.py +python model_preparation.py +python model_testing.py