Closed marcverhagen closed 9 months ago
Models without any pre-binning were not dealt with before in the classifier/stitcher code, so it is not surprising that the stitcher breaks on this because it uses the pre-bin labels.
No response
The classifier also breaks on this since it relies on there being pre-bins:
https://github.com/clamsproject/app-swt-detection/blob/973294b64a560739b688f549497ceccabd37a46d/modeling/classify.py#L52-L56
Because
Models without any pre-binning were not dealt with before in the classifier/stitcher code, so it is not surprising that the stitcher breaks on this because it uses the pre-bin labels.
Done when
No response
Additional context
No response