ai2cm / fv3net

explore the FV3 data for parameterization
MIT License
16 stars 3 forks source link

Refactor sklearn transformer to return sequence on decode #2261

Closed frodre closed 1 year ago

frodre commented 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.

This PR fixes that inconsistency.

Refactored public API:

Resolves # [JIRA-TAG]

Coverage reports (updated automatically):