dianna icon indicating copy to clipboard operation
dianna copied to clipboard

Deep Insight And Neural Network Analysis

Results 142 dianna issues
Sort by recently updated
recently updated
newest added

As seen [here](https://github.com/dianna-ai/dianna/actions/runs/10369300773/job/28704755537?pr=841), both tests `test_downloader` and `test_dashboard` failed on linux and macos. It seems that the reason is a timeout error.

As noted in #827 and other recent PRs with breaking CI workflows, the torchtext package seems to be breaking down. It is no longer being developed (see https://github.com/pytorch/text/issues/2250). Some options:...

add new tabular tab to dashboard

dashboard

As a start use the [LIME](https://github.com/dianna-ai/dianna/blob/main/tutorials/explainers/LIME/lime_tabular_penguin.ipynb) and [KernelSHAP](https://github.com/dianna-ai/dianna/blob/main/tutorials/explainers/KernelSHAP/kernelshap_tabular_penguin.ipynb) tutorials on the penguin data (classification task). Brainstorm oh can we add also the regression examples [LIME](https://github.com/dianna-ai/dianna/blob/main/tutorials/explainers/LIME/lime_tabular_weather.ipynb) and [KernelSHAP](https://github.com/dianna-ai/dianna/blob/main/tutorials/explainers/KernelSHAP/kernelshap_tabular_weather.ipynb) on the weather...

dashboard

Fixes #826. Related to #434 and possibly #727.

Currently, the FRB time series example only works for RISE. It would be nice to also get it to work for LIME

dashboard

- [x] create one clear box containing method section checkboxes, and number of results to show. - [x] To the right of that add the predicted class - [x] add...

dashboard

From mochup: Could we also remove the greying-out of input (especially the top input box about the input data item)? That way we can load a test model with its...

dashboard