We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90784a7 commit 163ba10Copy full SHA for 163ba10
1 file changed
cvplot/cvplot.py
@@ -5,7 +5,7 @@
5
import numpy as np
6
import pandas as pd
7
from .sensitivity_analysis import SensitivityAnalysis
8
-from tqdm import tqdm
+from tqdm.notebook import tqdm
9
import sys
10
from .lime import LIMEExplainer, trapezoid_pdf
11
from functools import partial
0 commit comments