Patch/v0.1.7#70
Merged
Merged
Conversation
v0.1.6 updates
…UQEnsemble`. Co-authored-by: vaifai <vaifaipandey1996@gmail.com> * Initialising new metrics * Updating docstrings, examples and adding the new metrics to the validate_tuning_inputs method * Replacing brier_score with average_precision in threshold objectives * Removing brier_score and average_precision from threshold_objective * Removing instances of average_precision from demo files * Removing average_precision from thresh_objective in ensemble.py * Improving upon the comments * fix notebook description * add clip step to ensemble score computation * fix docstring * fix unit test --------- Co-authored-by: vaifai <vaifaipandey1996@gmail.com>
Collaborator
Author
|
@mohitcek can you please review? |
mohitcek
approved these changes
Jun 25, 2025
nklswld
pushed a commit
to nklswld/uqlm_white_box_scorer
that referenced
this pull request
Nov 7, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch release makes the following updates:
np.clip.brier_scoreandaverage_precisionwithTunerandUQEnsemble