Spaces:
Sleeping
Sleeping
fix
Browse files- 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 |
-
|
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
|