-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix probability calculation for uBoostClassifier
- Change method names uBoostBDT._uboost_predict_score and _uboost_staged_predict_score to *_predict_proba to avoid confusion. - In uBoostClassifier.predict_proba and staged_predict_proba, average the results of individual uBoostBDTs instead of applying a sigmoid.
- Loading branch information
1 parent
442a321
commit 9cafaad
Showing
1 changed file
with
9 additions
and
7 deletions.
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