From 00a0ebb1927e7f92b8b1a2b721ae0c43d48e326e Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Tue, 20 Sep 2022 16:48:10 +0100 Subject: [PATCH 1/2] Dummy PR to test benchmarks The benchmarks should appear as a comment to this commit. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ba2d84..46dde31 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,13 @@ The Jupyter server will be available at `localhost:8888`. ### Binder -You can also run the example Jupyter notebooks using `mybinder.org`: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/trustyai-python/trustyai-explainability-python-examples/main?labpath=examples) +You can also run the example Jupyter notebooks +using `mybinder.org`: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/trustyai-python/trustyai-explainability-python-examples/main?labpath=examples) ## Documentation -Check out the [ReadTheDocs page](https://trustyai-explainability-python.readthedocs.io/en/latest/) for API references and examples. + +Check out the [ReadTheDocs page](https://trustyai-explainability-python.readthedocs.io/en/latest/) for API references +and examples. ## Getting started @@ -103,3 +106,4 @@ You can see the `sumSkipModel` in the [LIME tests](./tests/test_limeexplainer.py You can look at the [tests](./tests) for working examples. There are also [Jupyter notebooks available](https://github.com/trustyai-python/examples). + From d5e66edd8451e4a924617e190b81da4edea3499e Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Tue, 20 Sep 2022 16:54:16 +0100 Subject: [PATCH 2/2] Add extra commit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46dde31..8aa44d1 100644 --- a/README.md +++ b/README.md @@ -107,3 +107,4 @@ You can look at the [tests](./tests) for working examples. There are also [Jupyter notebooks available](https://github.com/trustyai-python/examples). +