We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc8dbd commit 384cf48Copy full SHA for 384cf48
README.md
@@ -42,7 +42,7 @@ Import **explainx**
42
from explainx import *
43
```
44
45
-Load dataset as a dataframe & pass X_Data, Y_Data as numpy arrays in your XGBoost Model
+Load dataset as a dataframe & pass X_Data, Y_Data in your XGBoost Model
46
47
```python
48
X_data, Y_data = explainx.dataset_boston()
0 commit comments