-
Notifications
You must be signed in to change notification settings - Fork 14
Conformal Prediction Wrappers #184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
soulios-basf
wants to merge
21
commits into
main
Choose a base branch
from
conformal_pred
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 12 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
1d5a285
add conforaml prediction from crepes along with tests and notebook
soulios-basf 6de0e48
ruffed it
soulios-basf aedc290
mypy docstyle etc
soulios-basf 4588f28
Merge branch 'main' into conformal_pred
JochenSiegWork 6947efe
pull first
soulios-basf 6a1f1f0
ruffed and ready
soulios-basf c9cab14
tests ruffed
soulios-basf 319d282
tests ruffed and formatted
soulios-basf 7394ba6
tests rereformatted
soulios-basf abb1067
fix test
soulios-basf ebc6d49
reformatted after fix
soulios-basf a71fa5b
reformatted after fix
soulios-basf 9629327
addressed pr comments, types, docus, mondrian, fit and calib flags, t…
soulios-basf f1cf6e5
addressed comments and made mondrian and split modular and wrote ext…
soulios-basf bc239eb
linted and formatted
soulios-basf 832e1d6
moved 2 functions to utils
soulios-basf d2ac8fb
recommit moved 2 functions to utils
soulios-basf 836ba4f
linters, formatters,docsig
soulios-basf bd37fcf
removed conformal test from pipeline
soulios-basf a1b336d
added ignore for too many variables in the test_conformal
soulios-basf e8c7c26
flaked and ruffed
soulios-basf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
"""Experimental uncertainty wrappers for conformal prediction in MolPipeline. | ||
|
||
Provides CrossConformalCV and UnifiedConformalCV for robust uncertainty quantification. | ||
""" | ||
|
||
from molpipeline.experimental.uncertainty.conformal import ( | ||
CrossConformalCV, | ||
UnifiedConformalCV, | ||
) | ||
|
||
__all__ = ["CrossConformalCV", "UnifiedConformalCV"] |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.