aphp / edsnlp

Modular, fast NLP framework, compatible with Pytorch and spaCy, offering tailored support for French clinical notes.
https://aphp.github.io/edsnlp/
BSD 3-Clause "New" or "Revised" License
113 stars 29 forks source link

Range measurements #195

Closed percevalw closed 1 year ago

percevalw commented 1 year ago

Description

This PR updates the measurements component:

Checklist

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 95.97% and project coverage change: +0.07 :tada:

Comparison is base (79691f9) 94.16% compared to head (0ce2886) 94.23%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #195 +/- ## ========================================== + Coverage 94.16% 94.23% +0.07% ========================================== Files 179 180 +1 Lines 5158 5309 +151 ========================================== + Hits 4857 5003 +146 - Misses 301 306 +5 ``` | [Impacted Files](https://app.codecov.io/gh/aphp/edsnlp/pull/195?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp) | Coverage Δ | | |---|---|---| | [edsnlp/pipelines/misc/measurements/measurements.py](https://app.codecov.io/gh/aphp/edsnlp/pull/195?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp#diff-ZWRzbmxwL3BpcGVsaW5lcy9taXNjL21lYXN1cmVtZW50cy9tZWFzdXJlbWVudHMucHk=) | `95.14% <95.75%> (-0.39%)` | :arrow_down: | | [edsnlp/utils/filter.py](https://app.codecov.io/gh/aphp/edsnlp/pull/195?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp#diff-ZWRzbmxwL3V0aWxzL2ZpbHRlci5weQ==) | `97.29% <96.29%> (-0.62%)` | :arrow_down: | | [edsnlp/language.py](https://app.codecov.io/gh/aphp/edsnlp/pull/195?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp#diff-ZWRzbmxwL2xhbmd1YWdlLnB5) | `98.03% <100.00%> (ø)` | | | [edsnlp/pipelines/misc/measurements/factory.py](https://app.codecov.io/gh/aphp/edsnlp/pull/195?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp#diff-ZWRzbmxwL3BpcGVsaW5lcy9taXNjL21lYXN1cmVtZW50cy9mYWN0b3J5LnB5) | `100.00% <100.00%> (ø)` | | | [edsnlp/pipelines/misc/measurements/patterns.py](https://app.codecov.io/gh/aphp/edsnlp/pull/195?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp#diff-ZWRzbmxwL3BpcGVsaW5lcy9taXNjL21lYXN1cmVtZW50cy9wYXR0ZXJucy5weQ==) | `100.00% <100.00%> (ø)` | | | [edsnlp/utils/collections.py](https://app.codecov.io/gh/aphp/edsnlp/pull/195?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp#diff-ZWRzbmxwL3V0aWxzL2NvbGxlY3Rpb25zLnB5) | `100.00% <100.00%> (ø)` | | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/aphp/edsnlp/pull/195/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.