Skip to content

Commit fa9a4ee

Browse files
authored
Update README.md
1 parent 54e9f85 commit fa9a4ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ from explainx import *
4545
Load dataset as a dataframe & pass X_Data, Y_Data in your XGBoost Model
4646

4747
```python
48-
#X_Data = Pandas DataFrame, Y_Data = Pandas Series
4948
X_Data, Y_Data = explainx.dataset_boston()
5049

5150
model = xgboost.train({"learning_rate": 0.01}, xgboost.DMatrix(X, label=Y_data), 100)

0 commit comments

Comments
 (0)