diff --git a/.github/workflows/cml.yml b/.github/workflows/cml.yml index dcec4cdd..b52a3932 100644 --- a/.github/workflows/cml.yml +++ b/.github/workflows/cml.yml @@ -15,15 +15,14 @@ jobs: env: REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - echo "## HELLO" > report.md - # ls - # cd model_data/simulation_system - # pip install -r requirements.txt - # python3 training.py --train-filepath ./model_build_data/change_data/rdsap_full/train_validation_data.parquet --test-filepath ./model_build_data/change_data/rdsap_full/test_data.parquet + ls + cd model_data/simulation_system + pip install -r requirements.txt + python3 training.py --train-filepath ./model_build_data/change_data/rdsap_full/train_validation_data.parquet --test-filepath ./model_build_data/change_data/rdsap_full/test_data.parquet - # cd model_directory/RDSAP_CHANGE - # echo "## MODEL METRICS from registry" > report.md - # cat model_registry.csv >> report.md + cd model_directory/RDSAP_CHANGE + echo "## MODEL METRICS from registry" > report.md + cat model_registry.csv >> report.md cml comment create report.md