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

Deprecate `log` field in configuration files. #705

Closed desilinguist closed 2 years ago

desilinguist commented 2 years ago

This PR closes #671.

codecov[bot] commented 2 years ago

Codecov Report

Merging #705 (48c48c7) into main (f116e57) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #705      +/-   ##
==========================================
- Coverage   96.89%   96.89%   -0.01%     
==========================================
  Files          63       63              
  Lines        9213     9199      -14     
==========================================
- Hits         8927     8913      -14     
  Misses        286      286              
Impacted Files Coverage Δ
skll/config/__init__.py 95.13% <ø> (-0.16%) :arrow_down:
tests/test_classification.py 100.00% <ø> (ø)
tests/test_output.py 100.00% <ø> (ø)
tests/test_input.py 99.80% <100.00%> (-0.01%) :arrow_down:
tests/test_regression.py 99.64% <100.00%> (ø)

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 f116e57...48c48c7. Read the comment docs.