You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***Desktop**: You can use explainX in your Jupyter Notebook in under a minute. Just run the following command in your code block.
21
+
***Desktop**: You can use explainX on your own computer in under a minute. If you already have a python environment setup, just run the following command.
22
+
23
+
```python
24
+
pip install explainx
25
+
```
26
+
***Jupyter Notebook**: You can also install explainx via Jupyter Notebook. Just run the following command:
22
27
23
28
```python
24
29
!pip install explainx
@@ -34,7 +39,7 @@ Import **explainx**
34
39
from explainx import*
35
40
```
36
41
37
-
Load Dataset & pass X_Data, Y_Data as numpy arrays in your XGBoost Model
42
+
Load dataset as a dataframe & pass X_Data, Y_Data as numpy arrays in your XGBoost Model
0 commit comments