Split up SHAP from RegTree. (#8612)

* Split up SHAP from `RegTree`.

Simplify the tree interface.
This commit is contained in:
Jiaming Yuan
2023-01-04 18:17:47 +08:00
committed by GitHub
parent d308124910
commit beefd28471
7 changed files with 225 additions and 220 deletions

View File

@@ -53,6 +53,7 @@ OBJECTS= \
$(PKGROOT)/src/data/iterative_dmatrix.o \
$(PKGROOT)/src/predictor/predictor.o \
$(PKGROOT)/src/predictor/cpu_predictor.o \
$(PKGROOT)/src/predictor/cpu_treeshap.o \
$(PKGROOT)/src/tree/constraints.o \
$(PKGROOT)/src/tree/param.o \
$(PKGROOT)/src/tree/fit_stump.o \