Skip to content

Commit

Permalink
just run lr for once
Browse files Browse the repository at this point in the history
  • Loading branch information
ipranjal committed Dec 2, 2023
1 parent 8f6be2e commit 6b16af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dep
run: pip3 install --no-cache-dir -r requirements.txt
- name: Run code with linear regression Q3
run: python3 digits.py --runs 4 --test_sizes 0.3 --dev_sizes 0.2 --models lr
run: python3 digits.py --runs 1 --test_sizes 0.3 --dev_sizes 0.2 --models lr
- name: Run code normaly
run: python3 digits.py --runs 4 --test_sizes 0.3 --dev_sizes 0.2 --models svm,tree
- name: Run test cases
Expand Down

0 comments on commit 6b16af5

Please sign in to comment.