From 8b01b75f0d7cba47c121eb1ef8b58a1ba899cd3e Mon Sep 17 00:00:00 2001 From: Jayana Gunaweera <79576139+JayanaGunaweera01@users.noreply.github.com> Date: Fri, 26 Jan 2024 12:18:43 +0530 Subject: [PATCH] test: tutorial_medical_expenditure.ipynb Bias testing for tutorial_medical_expenditure.ipynb notebook --- .github/workflows/bias-mitigation-automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bias-mitigation-automation.yml b/.github/workflows/bias-mitigation-automation.yml index 8d9045a..6e42aee 100644 --- a/.github/workflows/bias-mitigation-automation.yml +++ b/.github/workflows/bias-mitigation-automation.yml @@ -89,7 +89,7 @@ jobs: pip install nbconvert # Execute the Jupyter notebook and save the output to a new notebook - jupyter nbconvert --to notebook --execute /home/runner/work/EthAIAuditHub/EthAIAuditHub/examples/tutorial_credit_scoring.ipynb --output /home/runner/work/EthAIAuditHub/EthAIAuditHub/examples/output_notebook.ipynb + jupyter nbconvert --to notebook --execute /home/runner/work/EthAIAuditHub/EthAIAuditHub/examples/tutorial_medical_expenditure.ipynb --output /home/runner/work/EthAIAuditHub/EthAIAuditHub/examples/output_notebook.ipynb - name: commit updated notebook uses: EndBug/add-and-commit@v7