label-studio-ml-backend icon indicating copy to clipboard operation
label-studio-ml-backend copied to clipboard

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

Open makseq opened this issue 9 months ago • 2 comments

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

makseq avatar May 01 '24 01:05 makseq

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
@@            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.

codecov-commenter avatar May 01 '24 01:05 codecov-commenter

/git merge master

makseq avatar May 06 '24 23:05 makseq