Skip to content

Commit

Permalink
update notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang committed Dec 15, 2023
1 parent 7106357 commit 08ab9f6
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 61 deletions.
2 changes: 1 addition & 1 deletion dianna/visualization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"""Tools for visualization of model explanations."""
from .image import plot_image
from .text import highlight_text
from .timeseries import plot_timeseries
from .tabular import plot_tabular
from .timeseries import plot_timeseries
1 change: 1 addition & 0 deletions dianna/visualization/tabular.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""Visualization module for tabular data."""
from typing import List
from typing import Optional
import matplotlib.pyplot as plt
Expand Down
Loading

0 comments on commit 08ab9f6

Please sign in to comment.