peggy30 commited on
Commit
b939871
·
1 Parent(s): fe54272
Files changed (1) hide show
  1. pages/ICE_and_PDP.py +1 -1
pages/ICE_and_PDP.py CHANGED
@@ -7,7 +7,7 @@ import xgboost
7
  from sklearn.model_selection import train_test_split
8
  from sklearn.inspection import PartialDependenceDisplay
9
  # XAI (Explainability)
10
- # import shap
11
 
12
  # Global Variables to Store Model & Data
13
  global_model = None
 
7
  from sklearn.model_selection import train_test_split
8
  from sklearn.inspection import PartialDependenceDisplay
9
  # XAI (Explainability)
10
+ import shap
11
 
12
  # Global Variables to Store Model & Data
13
  global_model = None