We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12eb34 commit ae46124Copy full SHA for ae46124
src/trustyai/explainers/counterfactuals.py
@@ -5,7 +5,7 @@
5
import matplotlib.pyplot as plt
6
import matplotlib as mpl
7
import pandas as pd
8
-from pandas.io.formats.style import Styler
+from pandas.io.formats.style import Styler # pylint: disable=unused-import
9
import uuid as _uuid
10
11
from trustyai import _default_initializer # pylint: disable=unused-import
0 commit comments