HumanSignal / label-studio-ml-backend

Configs and boilerplates for Label Studio's Machine Learning backend
Apache License 2.0
585 stars 261 forks source link

fix: Add model version in all ML backend examples #523

Closed niklub closed 7 months ago

niklub commented 7 months ago

Add model version in each ML backend example

codecov-commenter commented 7 months ago

Codecov Report

Attention: Patch coverage is 88.63636% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 50.42%. Comparing base (1e58968) to head (11f3532).

Files Patch % Lines
...tudio_ml/examples/sklearn_text_classifier/model.py 65.00% 7 Missing :warning:
...studio_ml/examples/langchain_search_agent/model.py 33.33% 2 Missing :warning:
label_studio_ml/examples/huggingface_ner/model.py 95.45% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #523 +/- ## ========================================== - Coverage 50.93% 50.42% -0.52% ========================================== Files 38 36 -2 Lines 2452 2237 -215 ========================================== - Hits 1249 1128 -121 + Misses 1203 1109 -94 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.