Skip to content

Commit

Permalink
Merge pull request #35 from Ethadhani/unitTest
Browse files Browse the repository at this point in the history
Added AUC checks to classifier and regression testing files
  • Loading branch information
dtamayo authored Aug 7, 2024
2 parents 7bfb373 + b750b7b commit 0b74caa
Show file tree
Hide file tree
Showing 6 changed files with 726 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ipynb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: ["3.12", "3.9"]
os: [ubuntu-latest, macos-11]
os: [ubuntu-latest, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
os: [ubuntu-latest, macos-11]
os: [ubuntu-latest, macos-14]
python-version: ["3.12", "3.9"]

steps:
Expand Down
Loading

0 comments on commit 0b74caa

Please sign in to comment.