Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 2, 2024
1 parent c16de35 commit 9c4e697
Show file tree
Hide file tree
Showing 8 changed files with 3,825 additions and 3,838 deletions.
629 changes: 312 additions & 317 deletions examples/notebooks/example-notebook-SVC.ipynb

Large diffs are not rendered by default.

1,855 changes: 927 additions & 928 deletions examples/notebooks/example-notebook-decisiontree.ipynb

Large diffs are not rendered by default.

1,505 changes: 750 additions & 755 deletions examples/notebooks/example-notebook-keras.ipynb

Large diffs are not rendered by default.

769 changes: 383 additions & 386 deletions examples/notebooks/example-notebook-randomforest.ipynb

Large diffs are not rendered by default.

1,009 changes: 505 additions & 504 deletions examples/risk_examples/python/attribute_inference_cancer.ipynb

Large diffs are not rendered by default.

514 changes: 257 additions & 257 deletions examples/risk_examples/python/instance_based_mimic.ipynb

Large diffs are not rendered by default.

1,380 changes: 690 additions & 690 deletions examples/risk_examples/python/membership_inference_cancer.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def _cleanup():
os.remove(file)


@pytest.fixture()
@pytest.fixture
def get_target(request) -> Target: # pylint: disable=too-many-locals
"""Return a target object with test data and fitted model.
Expand Down

0 comments on commit 9c4e697

Please sign in to comment.