Skip to content

1.1.1

Compare
Choose a tag to compare
@sfc-gh-kdama sfc-gh-kdama released this 06 Dec 05:36
· 23 commits to main since this release
7dd0738

1.1.1

Bug Fixes

  • Model Registry: The predict target method on registered models is now compatible with unsupervised estimators.
  • Model Development: Fix confusion_matrix incorrect results when the row number cannot be divided by the batch size.

Behavior Changes

New Features

  • Introduced passthrough_col param in Modeling API. This new param is helpful in scenarios
    requiring automatic input_cols inference, but need to avoid using specific
    columns, like index columns, during training or inference.