Skip to content

Commit 384cf48

Browse files
authored
Update README.md
1 parent dbc8dbd commit 384cf48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Import **explainx**
4242
from explainx import *
4343
```
4444

45-
Load dataset as a dataframe & pass X_Data, Y_Data as numpy arrays in your XGBoost Model
45+
Load dataset as a dataframe & pass X_Data, Y_Data in your XGBoost Model
4646

4747
```python
4848
X_data, Y_data = explainx.dataset_boston()

0 commit comments

Comments
 (0)