ModelOriented / iBreakDown

Break Down with interactions for local explanations (SHAP, BreakDown, iBreakDown)
https://ModelOriented.github.io/iBreakDown/
GNU General Public License v3.0
79 stars 15 forks source link

break_down_uncertainty: Within each B ensure the path/sequence is unique #98

Closed nspyrison closed 2 years ago

nspyrison commented 2 years ago

Stemming from email with Przemek, Di, and Nick.

Wanted to ensure the path (variable sequence) within each B is unique (not oversampled). In break_down_uncertainty this commit adds a while loop within each B resampling the path if it was previously used.

pbiecek commented 2 years ago

thank you!