Closed frodre closed 1 year ago
The SkTransformer class took a sequence of arrays into the encode method but a returned stacked feature dimension array for the decode method-- requiring some extra work to complete the round trip.
SkTransformer
encode
decode
This PR fixes that inconsistency.
Refactored public API:
Added type hints to the encode and decode
decode returns a sequence of ndarrays
[x] Tests adjusted
Resolves # [JIRA-TAG]
Coverage reports (updated automatically):
The
SkTransformer
class took a sequence of arrays into theencode
method but a returned stacked feature dimension array for thedecode
method-- requiring some extra work to complete the round trip.This PR fixes that inconsistency.
Refactored public API:
Added type hints to the
encode
anddecode
decode
returns a sequence of ndarrays[x] Tests adjusted
Resolves # [JIRA-TAG]
Coverage reports (updated automatically):