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

55 add support for conftr #60

Merged
merged 20 commits into from
Apr 25, 2023
Merged

55 add support for conftr #60

merged 20 commits into from
Apr 25, 2023

Conversation

pat-alt
Copy link
Member

@pat-alt pat-alt commented Mar 31, 2023

Adds basic framework for conformal training, but not finished (see #55)

@pat-alt pat-alt linked an issue Mar 31, 2023 that may be closed by this pull request
5 tasks
@codecov-commenter
Copy link

codecov-commenter commented Mar 31, 2023

Codecov Report

Merging #60 (b03b9c3) into main (4a15e7c) will decrease coverage by 11.56%.
The diff coverage is 41.21%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff             @@
##             main      #60       +/-   ##
===========================================
- Coverage   98.82%   87.27%   -11.56%     
===========================================
  Files          12       14        +2     
  Lines         596      723      +127     
===========================================
+ Hits          589      631       +42     
- Misses          7       92       +85     
Impacted Files Coverage Δ
src/ConformalPrediction.jl 100.00% <ø> (ø)
src/conformal_models/conformal_models.jl 92.30% <ø> (ø)
src/conformal_models/training/losses.jl 0.00% <0.00%> (ø)
...formal_models/training/inductive_classification.jl 38.46% <38.46%> (ø)
src/conformal_models/plotting.jl 88.42% <47.82%> (-7.77%) ⬇️
src/conformal_models/inductive_classification.jl 96.34% <93.75%> (-2.10%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@pat-alt pat-alt merged commit a434498 into main Apr 25, 2023
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.

Add support for ConfTr
2 participants