You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mr-Geekman
changed the title
[BUG] Teach SegmentEncoderTransform to pass inference tests
[BUG] Fix SegmentEncoderTransform to pass inference tests
Feb 7, 2023
🐛 Bug Report
According to #1094,
SegmentEncoderTransform
has problems with working on subset of segments and given uncomprehensive error if new segments are met.Expected behavior
SegmentEncoderTransform
works fine on subset of segments.SegmentEncoderTransform
gives understandable error message if new segments are met.To make this we should avoid using
self._le.classes_
and use segments present indf
instead.How To Reproduce
Run #1094.
Environment
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: