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

Allow specifying custom seed for cross-validation #707

Closed desilinguist closed 2 years ago

desilinguist commented 2 years ago

This PR closes #593.

codecov[bot] commented 2 years ago

Codecov Report

Merging #707 (a0dabd6) into main (bfe89bc) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #707      +/-   ##
==========================================
+ Coverage   96.89%   96.92%   +0.03%     
==========================================
  Files          63       63              
  Lines        9199     9263      +64     
==========================================
+ Hits         8913     8978      +65     
+ Misses        286      285       -1     
Impacted Files Coverage Δ
tests/test_voting_learners_expts_1.py 98.38% <ø> (ø)
tests/test_voting_learners_expts_2.py 98.82% <ø> (ø)
tests/test_voting_learners_expts_3.py 98.82% <ø> (ø)
tests/test_voting_learners_expts_4.py 98.76% <ø> (ø)
tests/test_voting_learners_expts_5.py 98.48% <ø> (ø)
skll/config/__init__.py 95.14% <100.00%> (+0.01%) :arrow_up:
skll/experiments/__init__.py 95.17% <100.00%> (+0.02%) :arrow_up:
skll/learner/__init__.py 97.13% <100.00%> (ø)
skll/learner/voting.py 98.45% <100.00%> (ø)
tests/test_cv.py 100.00% <100.00%> (ø)
... and 4 more

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 bfe89bc...a0dabd6. Read the comment docs.

desilinguist commented 2 years ago

@Frost45 please take a look at the changes!