We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97591d3 commit 1de46fcCopy full SHA for 1de46fc
.github/workflows/automerge.yml
@@ -35,8 +35,8 @@ jobs:
35
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
36
- name: Test distributed random search Ames by running
37
run: python3 regression-example-ames-no-preproc.py
38
- # - name: Test distributed random search Ames by running - Val set
39
- # run: python3 regression-example-ames-no-preproc-val-set.py
+ - name: Test distributed random search Ames by running - Val set
+ run: python3 regression-example-ames-no-preproc-val-set.py
40
# - name: Test text classifier - random search - ham-spam
41
# run: python3 text-class-ham-or-spam.py
42
# timeout-minutes: 90
0 commit comments