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 cbc20d0 commit 077cd7bCopy full SHA for 077cd7b
1 file changed
python-package/xgboost/interpret.py
@@ -62,6 +62,10 @@ def shap_values( # pylint: disable=too-many-arguments
62
) -> Tuple[np.ndarray, np.ndarray]:
63
"""Return SHAP values for an XGBoost model.
64
65
+ .. warning::
66
+
67
+ This function is still working in progress.
68
69
This function accepts either a :py:class:`xgboost.Booster` or an sklearn-style
70
XGBoost model and returns feature contributions together with the separated
71
bias term.
0 commit comments