Closed tdhock closed 7 months ago
Attention: Patch coverage is 96.72131%
with 4 lines
in your changes are missing coverage. Please review.
Project coverage is 88.35%. Comparing base (
6024174
) to head (bd331c7
).
Files | Patch % | Lines |
---|---|---|
R/ResamplingSameOtherSizesCV.R | 96.72% | 4 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
TODO n.train.atoms should be integer
score.atomic
test.group train.groups atoms test.fold seed n.train.atoms iteration
<char> <char> <num> <int> <int> <num> <int>
1: test all 54000 1 1 2250.00 1
2: test all 54000 1 1 4500.00 2
3: test all 54000 1 1 9000.00 3
4: test all 54000 1 1 45000.00 4
5: test all 54000 1 1 54000.00 5
---
3565: 395 same 405 10 2 202.50 1436
3566: 395 same 405 10 2 405.00 1437
3567: 395 same 405 10 3 101.25 1438
3568: 395 same 405 10 3 202.50 1439
3569: 395 same 405 10 3 405.00 1440
when there are more than 2 groups, there are too many sizes, which means a quadratic explosion: there should only be 6 as below
Closes #9