EducationalTestingService / skll

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

Use re.escape in SKLEARN_WARNINGS_RE so that it compiles correctly on… #577

Closed mulhod closed 5 years ago

mulhod commented 5 years ago

… Windows

Addresses #576

codecov[bot] commented 5 years ago

Codecov Report

Merging #577 into master will increase coverage by 39.49%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #577       +/-   ##
===========================================
+ Coverage   55.53%   95.02%   +39.49%     
===========================================
  Files          20       20               
  Lines        2973     2975        +2     
===========================================
+ Hits         1651     2827     +1176     
+ Misses       1322      148     -1174
Impacted Files Coverage Δ
skll/logutils.py 100% <100%> (+61.29%) :arrow_up:
skll/data/readers.py 90.51% <0%> (+1.22%) :arrow_up:
skll/data/featureset.py 91.13% <0%> (+11.39%) :arrow_up:
skll/metrics.py 97.14% <0%> (+17.14%) :arrow_up:
skll/learner.py 96% <0%> (+41.56%) :arrow_up:
skll/config.py 95.16% <0%> (+85.8%) :arrow_up:
skll/experiments.py 95.52% <0%> (+86.73%) :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 9bfa6b3...ddc8b3a. Read the comment docs.