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 953c1f9 commit 731341fCopy full SHA for 731341f
.github/workflows/Build.yml
@@ -38,8 +38,8 @@ jobs:
38
- name: Step 4 - Install aix360 with contrastive (CEM)
39
run: pip3 install .[contrastive]
40
41
- - name: Step 5 - Test CEM MAF
42
- run: python ./tests/contrastive/test_CEM_MAF.py
+# - name: Step 5 - Test CEM MAF
+# run: python ./tests/contrastive/test_CEM_MAF.py
43
44
- name: Step 6 - Test CEM
45
run: python ./tests/contrastive/test_CEM.py
0 commit comments