-
Notifications
You must be signed in to change notification settings - Fork 24
Support for UQ with conformal prediction #916
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
sgreenbury
wants to merge
38
commits into
main
Choose a base branch
from
848-conformal-prediction
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 all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
b392472
Add validation_data to Emulator API
sgreenbury c630317
Add output_to_tensor conversion, update usage
sgreenbury 87a2a0b
Add conformal module
sgreenbury 88153bf
Add initial conformal impl and test
sgreenbury ef684d3
Add ConformalMLP to registry and re-export
sgreenbury e76ed72
Add support for case when no cal data provided
sgreenbury 6e99ffb
Update test_grads for Conformal emulators
sgreenbury 31cbdd3
Update LightGBM with validation data
sgreenbury 340d1e7
Update conformal MLP with kwargs
sgreenbury 905a6d6
Update docstring
sgreenbury 051ed55
Add conformal quantile regresssion
sgreenbury 3c609fd
Add n_samples to APIs
sgreenbury e1db3c7
Add test passing validation data
sgreenbury c7146d9
Add comment
sgreenbury 76ec652
Remove obsolete return type
sgreenbury 0be09d5
Remove separate args
sgreenbury afefe7e
Merge remote-tracking branch 'origin/main' into 848-conformal-prediction
sgreenbury cbc9821
Update docstring and kwarg order
sgreenbury 483309f
Fix indentation of dcostring
sgreenbury edbf1d2
Fix docstrings
sgreenbury d1bc291
Add comment
sgreenbury 52fa84c
Fix docstring
sgreenbury dbd9f2d
Revise type hints
sgreenbury ac897c8
Fix assertion in test
sgreenbury 0728857
Add with_grad to docstring
sgreenbury bd9b57c
Update
sgreenbury ba2ce49
Revise return docstring
sgreenbury 183dc76
Update method str to "constant"
sgreenbury 5cf4f6e
Add option to customise distribution
sgreenbury 65c326a
Fix error message
sgreenbury e0cf73c
Extend docstring and add reference
sgreenbury dcbfe72
Update docstring to explain adding new methods
sgreenbury b87c96d
Add conformal MLP subclass factory and subclasses
sgreenbury 0d6bd9f
Fix test
sgreenbury 012776d
Fix subclassing and defaults
sgreenbury 7e786b5
Ensure bounds ordering is valid
sgreenbury f5c5f2d
Merge remote-tracking branch 'origin/main' into 848-conformal-prediction
sgreenbury 6489aaa
Update tuning to support MetricParams
sgreenbury 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
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
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
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
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
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
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.