
Plot SHAP dependence for a specific feature
Source:R/supervised-xgboost.R
tl_plot_xgboost_shap_dependence.RdPlot SHAP dependence for a specific feature
Usage
tl_plot_xgboost_shap_dependence(
model,
feature,
interaction_feature = NULL,
data = NULL,
n_samples = 100
)Value
A ggplot object.