Skip to content
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

Adds full support for conformal training #100

Merged
merged 11 commits into from
Nov 10, 2023
Merged

Conversation

pat-alt
Copy link
Member

@pat-alt pat-alt commented Nov 8, 2023

No description provided.

@pat-alt pat-alt linked an issue Nov 8, 2023 that may be closed by this pull request
1 task
@codecov-commenter
Copy link

codecov-commenter commented Nov 8, 2023

Codecov Report

Merging #100 (3a67c8f) into main (b20ead0) will decrease coverage by 1.64%.
The diff coverage is 0.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##             main     #100      +/-   ##
==========================================
- Coverage   71.71%   70.07%   -1.64%     
==========================================
  Files          20       21       +1     
  Lines         760      772      +12     
==========================================
- Hits          545      541       -4     
- Misses        215      231      +16     
Files Coverage Δ
...rmal_models/ConformalTraining/ConformalTraining.jl 100.00% <ø> (ø)
...c/conformal_models/ConformalTraining/classifier.jl 0.00% <ø> (ø)
...rc/conformal_models/ConformalTraining/regressor.jl 0.00% <ø> (ø)
src/conformal_models/transductive_regression.jl 96.58% <ø> (ø)
src/conformal_models/ConformalTraining/training.jl 0.00% <0.00%> (ø)
src/conformal_models/ConformalTraining/losses.jl 0.00% <0.00%> (ø)
...formal_models/ConformalTraining/smooth_quantile.jl 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@pat-alt pat-alt marked this pull request as ready for review November 10, 2023 07:11
@pat-alt pat-alt merged commit 444dc20 into main Nov 10, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conformal Training
2 participants