Skip to content

Commit

Permalink
fix some values
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahAlidoost committed Jan 26, 2024
1 parent 318c382 commit e05f070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/IO_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Each view provides link to documentation API.
| [explain_timeseries] | heatmap per class | np.ndarray | |
| [rise_timeseries] | heatmap per class | np.ndarray |[normalize] is applied |
| [lime_timeseries] | an explanation object | (np.ndarray)*| scores |
| [visualization.timeseries]| figure | plt.Figure | [-1, 1] |
| [visualization.timeseries]| figure | plt.Figure | - |

`*` mismatch between API doc and implementation

Expand Down Expand Up @@ -168,7 +168,7 @@ Each view provides link to documentation API.

| Output | Name | Type | value range |
| :------------------- | :----------: | :-------------------: | :-------: |
| [visualization.timeseries]| figure | plt.Figure | [-1, 1] |
| [visualization.timeseries]| figure | plt.Figure | |
| [visualization.image] | plot (None) | matplotlib.figure.Figure | |
| [visualization.text] | plot (None) | IPython.display | does normalize to max importance|
| [visualization.tabular] | plot | matplotlib.figure.Figure | |
Expand Down

0 comments on commit e05f070

Please sign in to comment.