-
Notifications
You must be signed in to change notification settings - Fork 738
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENHANCEMENT: Add a prediction function that also calculates uncertain…
…ty in the prediction (#584) * add prediction function that also calculates uncertainty in the prediction Signed-off-by: Fabian Degen <fabian.degen@mytum.de> * Add error message when max_bins is not equal to max_interaction_bins when calling uncertainty prediction function Signed-off-by: Fabian Degen <fabian.degen@mytum.de> * use ebm_predict_scores to simplify processing in pred_from_base_models_with_uncertainty Signed-off-by: Fabian Degen <fabian.degen@mytum.de> * fix to actually iterate through bags not scores in uncertainty prediction function Signed-off-by: Fabian Degen <fabian.degen@mytum.de> * add test for uncertainty prediction function Signed-off-by: Fabian Degen <fabian.degen@mytum.de> * adapt test to be more generalizable Signed-off-by: Fabian Degen <fabian.degen@mytum.de> --------- Signed-off-by: Fabian Degen <fabian.degen@mytum.de> Co-authored-by: Fabian Degen <fabian.degen@mytum.de>
- Loading branch information
1 parent
e1182f1
commit 3fdcab5
Showing
3 changed files
with
72 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters