From 23a5b99a4fb76982219a2ab82d72d90ec867a94d Mon Sep 17 00:00:00 2001 From: Elena Ranguelova Date: Wed, 2 Oct 2024 13:06:53 +0200 Subject: [PATCH] Update dianna/dashboard/Home.py missing coma Co-authored-by: Laura <95367983+laurasootes@users.noreply.github.com> --- dianna/dashboard/Home.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dianna/dashboard/Home.py b/dianna/dashboard/Home.py index 59a86841..203af106 100644 --- a/dianna/dashboard/Home.py +++ b/dianna/dashboard/Home.py @@ -53,7 +53,7 @@ The currently supported explainers are [RISE](http://bmvc2018.org/contents/papers/1064.pdf), [LIME](https://www.kdd.org/kdd2016/papers/files/rfp0573-ribeiroA.pdf) and [KernelSHAP](https://proceedings.neurips.cc/paper/2017/file/8a20a8621978632d76c43dfd28b67767-Paper.pdf).
- It's built by, with and for academic researchers and research software engineers + It's built by, with, and for academic researchers and research software engineers who use AI, but users not need to be XAI experts!
DIANNA supports the de-facto standard format of neural network models - [ONNX](https://onnx.ai/:).