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 54e9f85 commit fa9a4eeCopy full SHA for fa9a4ee
README.md
@@ -45,7 +45,6 @@ from explainx import *
45
Load dataset as a dataframe & pass X_Data, Y_Data in your XGBoost Model
46
47
```python
48
-#X_Data = Pandas DataFrame, Y_Data = Pandas Series
49
X_Data, Y_Data = explainx.dataset_boston()
50
51
model = xgboost.train({"learning_rate": 0.01}, xgboost.DMatrix(X, label=Y_data), 100)
0 commit comments