CTUAvastLab / Mill.jl

Build flexible hierarchical multi-instance learning models.
https://ctuavastlab.github.io/Mill.jl/stable/
MIT License
86 stars 8 forks source link

Array outputs #106

Closed simonmandlik closed 2 years ago

simonmandlik commented 2 years ago

All AbstractMillModel nodes now return Arrays instead of ArrayNodes.

codecov[bot] commented 2 years ago

Codecov Report

Merging #106 (3304bba) into master (477ebc9) will decrease coverage by 0.10%. The diff coverage is 78.37%.

:exclamation: Current head 3304bba differs from pull request most recent head 86bdb96. Consider uploading reports for the commit 86bdb96 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #106      +/-   ##
==========================================
- Coverage   90.39%   90.28%   -0.11%     
==========================================
  Files          37       36       -1     
  Lines        1520     1524       +4     
==========================================
+ Hits         1374     1376       +2     
- Misses        146      148       +2     
Flag Coverage Δ
unittests 90.28% <78.37%> (-0.11%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/Mill.jl 100.00% <ø> (ø)
src/aggregations/aggregation_stack.jl 100.00% <ø> (ø)
src/aggregations/bagcount.jl 100.00% <ø> (ø)
src/bagchain.jl 16.66% <ø> (+4.16%) :arrow_up:
src/datanodes/datanode.jl 76.92% <ø> (ø)
src/show.jl 93.93% <ø> (ø)
src/bags.jl 91.01% <12.50%> (-7.77%) :arrow_down:
src/modelnodes/lazymodel.jl 75.00% <50.00%> (ø)
src/util.jl 84.31% <60.00%> (ø)
src/modelnodes/bagmodel.jl 83.33% <66.66%> (-2.39%) :arrow_down:
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3574fab...86bdb96. Read the comment docs.