mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Update cml.yml
This commit is contained in:
parent
7fb69aa414
commit
7f543bf9e1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cml.yml
vendored
4
.github/workflows/cml.yml
vendored
|
|
@ -14,9 +14,9 @@ jobs:
|
|||
env:
|
||||
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
ls
|
||||
cd model_data/simulation_system
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue