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

Add type hints to `skll.config` module #729

Closed desilinguist closed 1 year ago

desilinguist commented 1 year ago

This is the first PR in support of #561, with many more to come.

codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (0a6f97d) 95.35% compared to head (3ab4bf0) 95.37%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #729 +/- ## ========================================== + Coverage 95.35% 95.37% +0.01% ========================================== Files 28 29 +1 Lines 3404 3415 +11 ========================================== + Hits 3246 3257 +11 Misses 158 158 ``` | [Impacted Files](https://app.codecov.io/gh/EducationalTestingService/skll/pull/729?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EducationalTestingService) | Coverage Δ | | |---|---|---| | [skll/config/\_\_init\_\_.py](https://app.codecov.io/gh/EducationalTestingService/skll/pull/729?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EducationalTestingService#diff-c2tsbC9jb25maWcvX19pbml0X18ucHk=) | `94.77% <100.00%> (+0.01%)` | :arrow_up: | | [skll/config/utils.py](https://app.codecov.io/gh/EducationalTestingService/skll/pull/729?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EducationalTestingService#diff-c2tsbC9jb25maWcvdXRpbHMucHk=) | `96.22% <100.00%> (+0.39%)` | :arrow_up: | | [skll/types.py](https://app.codecov.io/gh/EducationalTestingService/skll/pull/729?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EducationalTestingService#diff-c2tsbC90eXBlcy5weQ==) | `100.00% <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.