From 4dbea058d3241d6c63136edfd6d14c421705d74e Mon Sep 17 00:00:00 2001 From: Elena Ranguelova Date: Fri, 15 Dec 2023 11:58:54 +0100 Subject: [PATCH 1/2] Update README.md --- tutorials/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tutorials/README.md b/tutorials/README.md index 59ec93dc..0e55a060 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -23,6 +23,8 @@ Run the tutorials directly in Google Colab by clicking on the Colab buttons belo |*Text* |[nlp-logo_half_size](rise_text.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dianna-ai/dianna/blob/main/tutorials/rise_text.ipynb) |[nlp-logo_half_size](lime_text.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dianna-ai/dianna/blob/main/tutorials/lime_text.ipynb) |[]()| | *Time series*| [Weather Logo](rise_timeseries_weather.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dianna-ai/dianna/blob/main/tutorials/rise_timeseries_weather.ipynb)| [Weather Logo](lime_timeseries_weather.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dianna-ai/dianna/blob/main/tutorials/lime_timeseries_weather.ipynb)| | | | | [Coffe Logo](lime_timeseries_coffee.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dianna-ai/dianna/blob/main/tutorials/lime_timeseries_coffee.ipynb) | | +| *Tabular* | | | | +| | | [Weather Logo](lime_tabular_weather.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dianna-ai/dianna/blob/main/tutorials/lime_tabular_weather.ipynb)| | The datasets used in the tutorials are represented with their respective logos: |Data modality|Dataset|Logo| @@ -34,6 +36,8 @@ The datasets used in the tutorials are represented with their respective logos: |*Text*| [Stanford sentiment treebank](https://nlp.stanford.edu/sentiment/index.html) | nlp-logo_half_size| |*Timeseries* | [Coffee dataset](https://timeseriesclassification.com/description.php?Dataset=Coffee) | Coffe Logo| | | [Weather dataset](https://zenodo.org/record/7525955) | Weather Logo| +|*Tabular*| | | +| | [Weather dataset](https://zenodo.org/record/7525955) | Weather Logo| The ONNX models used in the tutorials are available at [tutorials/models](https://github.com/dianna-ai/dianna/tree/main/tutorials/models). From 3b0f40e0c4eb5337cc2cab5e27aac435a4be22e1 Mon Sep 17 00:00:00 2001 From: Elena Ranguelova Date: Fri, 15 Dec 2023 12:12:50 +0100 Subject: [PATCH 2/2] Update README.md Solves issue #679 --- tutorials/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/README.md b/tutorials/README.md index 0e55a060..40b49e4f 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -23,7 +23,7 @@ Run the tutorials directly in Google Colab by clicking on the Colab buttons belo |*Text* |[nlp-logo_half_size](rise_text.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dianna-ai/dianna/blob/main/tutorials/rise_text.ipynb) |[nlp-logo_half_size](lime_text.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dianna-ai/dianna/blob/main/tutorials/lime_text.ipynb) |[]()| | *Time series*| [Weather Logo](rise_timeseries_weather.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dianna-ai/dianna/blob/main/tutorials/rise_timeseries_weather.ipynb)| [Weather Logo](lime_timeseries_weather.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dianna-ai/dianna/blob/main/tutorials/lime_timeseries_weather.ipynb)| | | | | [Coffe Logo](lime_timeseries_coffee.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dianna-ai/dianna/blob/main/tutorials/lime_timeseries_coffee.ipynb) | | -| *Tabular* | | | | +| *Tabular* | | [Penguin Logo](lime_tabular_penguin.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dianna-ai/dianna/blob/main/tutorials/lime_tabular_penguin.ipynb) | | | | | [Weather Logo](lime_tabular_weather.ipynb) or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dianna-ai/dianna/blob/main/tutorials/lime_tabular_weather.ipynb)| | The datasets used in the tutorials are represented with their respective logos: @@ -36,7 +36,7 @@ The datasets used in the tutorials are represented with their respective logos: |*Text*| [Stanford sentiment treebank](https://nlp.stanford.edu/sentiment/index.html) | nlp-logo_half_size| |*Timeseries* | [Coffee dataset](https://timeseriesclassification.com/description.php?Dataset=Coffee) | Coffe Logo| | | [Weather dataset](https://zenodo.org/record/7525955) | Weather Logo| -|*Tabular*| | | +|*Tabular*| [Penguin dataset](https://www.kaggle.com/code/parulpandey/penguin-dataset-the-new-iris)| Penguin Logo | | | | [Weather dataset](https://zenodo.org/record/7525955) | Weather Logo| The ONNX models used in the tutorials are available at [tutorials/models](https://github.com/dianna-ai/dianna/tree/main/tutorials/models).