Interventional TreeSHAP Integration

Both Python xgboost and XGBoost4j have implemented TreeSHAP with feature_perturbation = ‘tree_path_dependent’ algorithm. I wonder if xgboost also implements another algorithm feature_perturbation = ‘interventional’ with background data provided? Thanks.