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

Refactor AggMode submodule and types #162

Merged
merged 9 commits into from
Apr 27, 2023
Merged

Refactor AggMode submodule and types #162

merged 9 commits into from
Apr 27, 2023

Conversation

juliohm
Copy link
Member

@juliohm juliohm commented Apr 24, 2023

Continuing the refactoring discussed in #126. This PR simplifies the machinery around aggregation of losses over a dataset. The goal is to rely on simple Julia reductions as much as possible.

@codecov-commenter
Copy link

codecov-commenter commented Apr 24, 2023

Codecov Report

Merging #162 (bb898b0) into master (e156576) will increase coverage by 0.19%.
The diff coverage is 89.47%.

📣 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             @@
##           master     #162      +/-   ##
==========================================
+ Coverage   96.14%   96.34%   +0.19%     
==========================================
  Files           9        8       -1     
  Lines         519      520       +1     
==========================================
+ Hits          499      501       +2     
+ Misses         20       19       -1     
Impacted Files Coverage Δ
src/losses/scaled.jl 83.33% <ø> (ø)
src/losses/other.jl 91.11% <33.33%> (ø)
src/losses.jl 100.00% <100.00%> (ø)
src/losses/weighted.jl 89.47% <100.00%> (+5.26%) ⬆️

... and 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@juliohm juliohm changed the title Remove AggMode submodule and types Refactor AggMode submodule and types Apr 24, 2023
@juliohm juliohm merged commit d8c0654 into master Apr 27, 2023
@juliohm juliohm deleted the aggmode branch April 27, 2023 19:09
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.

2 participants