Skip to content

Commit

Permalink
Run search cv
Browse files Browse the repository at this point in the history
  • Loading branch information
nzw0301 committed Jun 11, 2024
1 parent 023fc28 commit e57020d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/sklearn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
pip install -r sklearn/requirements.txt
- name: Run examples
run: |
python sklearn/sklearn_simple.py
python sklearn/sklearn_additional_args.py
python sklearn/sklearn_optuna_search_cv_simple.py
python sklearn/sklearn_simple.py
env:
OMP_NUM_THREADS: 1
3 changes: 2 additions & 1 deletion sklearn/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
scikit-learn>=0.19.0
optuna
scikit-learn>=0.19.0
pandas # used in sklearn_optuna_search_cv_simple.py

0 comments on commit e57020d

Please sign in to comment.