Skip to content

Commit

Permalink
removed redundat explanations in Tabular page
Browse files Browse the repository at this point in the history
  • Loading branch information
elboyran committed Oct 2, 2024
1 parent a065ad3 commit 725607b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dianna/dashboard/pages/Tabular.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@
_cloud coverage, humidity, air pressure, global radiation, precipitation_, and
_mean, min_ and _max temeprature_
for various European cities.
DIANNA's visualisation shows the top most important features contributing to the
sunshine hours prediction (positive attributions are indicated in :red[red], negative in :blue[blue]).
""",
unsafe_allow_html=True )

Expand All @@ -106,9 +103,6 @@
The model is trained on the
[penguin dataset](https://www.kaggle.com/code/parulpandey/penguin-dataset-the-new-iris).
The penguin characteristics include the _bill length_, _bill depth_, _flipper length_, and _body mass_.
DIANNA's visualisation shows the top most important characteristics contributing to the
penguin species identification (positive attributions are indicated in :red[red], negative in :blue[blue]).
""",
unsafe_allow_html=True)
else:
Expand Down

0 comments on commit 725607b

Please sign in to comment.