EducationalTestingService / skll

SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.
http://skll.readthedocs.org
Other
550 stars 69 forks source link

Bug fix in feature set split method #731

Closed tamarl08 closed 1 year ago

tamarl08 commented 1 year ago

This PR closes #727.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.08 :tada:

Comparison is base (9f26caf) 95.16% compared to head (7a4051d) 95.24%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #731 +/- ## ========================================== + Coverage 95.16% 95.24% +0.08% ========================================== Files 29 29 Lines 3451 3449 -2 ========================================== + Hits 3284 3285 +1 + Misses 167 164 -3 ``` | [Impacted Files](https://app.codecov.io/gh/EducationalTestingService/skll/pull/731?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EducationalTestingService) | Coverage Δ | | |---|---|---| | [skll/data/featureset.py](https://app.codecov.io/gh/EducationalTestingService/skll/pull/731?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EducationalTestingService#diff-c2tsbC9kYXRhL2ZlYXR1cmVzZXQucHk=) | `91.57% <100.00%> (+1.57%)` | :arrow_up: | | [skll/experiments/utils.py](https://app.codecov.io/gh/EducationalTestingService/skll/pull/731?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EducationalTestingService#diff-c2tsbC9leHBlcmltZW50cy91dGlscy5weQ==) | `93.16% <100.00%> (ø)` | | | [skll/learner/utils.py](https://app.codecov.io/gh/EducationalTestingService/skll/pull/731?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EducationalTestingService#diff-c2tsbC9sZWFybmVyL3V0aWxzLnB5) | `93.73% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.