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

feat: DIA-1061: Add START_TRAINING to fit in models #529

Closed makseq closed 6 months ago

makseq commented 6 months ago

This PR adds START_TRAINING webhook event to fit() methods. See https://github.com/HumanSignal/label-studio/pull/5761 for details.

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 46.50%. Comparing base (71a50c0) to head (c0f6e16).

Files Patch % Lines
...tudio_ml/examples/sklearn_text_classifier/model.py 0.00% 5 Missing :warning:
label_studio_ml/examples/bert_classifier/model.py 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #529 +/- ## ========================================== - Coverage 51.17% 46.50% -4.67% ========================================== Files 38 17 -21 Lines 2474 1103 -1371 ========================================== - Hits 1266 513 -753 + Misses 1208 590 -618 ```

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

makseq commented 6 months ago

/git merge master