You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We boosted 10 rounds, and all nodes in all the trees have weights 0.
This is causing the error in the test test_provided_background_tree_path_dependent.
E AssertionError: The background dataset you provided does not cover all the leaves in the model, so TreeExplainer cannot run with the feature_perturbation="tree_path_dependent" option! Try providing a larger background dataset, no background dataset, or using feature_perturbation="interventional".
The expectation is that the node_sample_weight array should not contain any 0's, or at least, shouldn't all be 0's.
The text was updated successfully, but these errors were encountered:
Here is a minimal example:
The result:
We boosted 10 rounds, and all nodes in all the trees have weights 0.
This is causing the error in the test
test_provided_background_tree_path_dependent
.The expectation is that the
node_sample_weight
array should not contain any 0's, or at least, shouldn't all be 0's.The text was updated successfully, but these errors were encountered: