Skip to content

Commit e56562a

Browse files
committed
Fix imports
Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
1 parent eb4de88 commit e56562a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dice_ml/explainer_interfaces/explainer_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Subclasses implement interfaces for different ML frameworks such as TensorFlow or PyTorch.
33
All methods are in dice_ml.explainer_interfaces"""
44

5+
import pickle
56
from abc import ABC, abstractmethod
67
from collections.abc import Iterable
78

89
import numpy as np
9-
import pickle
1010
import pandas as pd
1111
from sklearn.neighbors import KDTree
1212
from tqdm import tqdm

0 commit comments

Comments
 (0)