Skip to content

Commit

Permalink
correction of the shap explainer and refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
qnater committed Sep 25, 2024
1 parent 95b67de commit 46e80e2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 5 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/pytest_shap_explainer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

name: Pytest - ImputeGAP - SHAP - EXPLAINER - 8

on:
push:
pull_request:

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
lfs: true

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8'

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libmlpack-dev
sudo apt-get install libopenblas-dev
pip install -r requirements.txt
pip install mypy
pip install pytest
- name: Run pytest
run: python -m pytest ./tests/test_explainer.py
9 changes: 4 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46e80e2

Please sign in to comment.