Closed srhrshr closed 4 years ago
Merging #631 into main will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #631 +/- ##
=======================================
Coverage 95.10% 95.10%
=======================================
Files 27 27
Lines 3083 3087 +4
=======================================
+ Hits 2932 2936 +4
Misses 151 151
Impacted Files | Coverage Δ | |
---|---|---|
skll/learner/__init__.py | 96.26% <100.00%> (+0.02%) |
:arrow_up: |
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 2add4bf...6ed1084. Read the comment docs.
Hello @srhrshr! Thanks for updating this PR.
tests/test_output.py
:Line 91:28: E127 continuation line over-indented for visual indent
Seems like a missing import?
Hmm, I am seeing a partial failure on the windows builds:
@desilinguist , this PR closes #624 - I've added a hard minimum number of examples constraint for the
learning_curve
method. Let me know if this is what you had in mind.