Skip to content

1.1.0

Compare
Choose a tag to compare
@sfc-gh-anavalos sfc-gh-anavalos released this 01 Dec 18:08
· 23 commits to main since this release
abe5b67

1.1.0

Bug Fixes

  • Model Registry: Fix panda dataframe input not handling first row properly.
  • Model Development: OrdinalEncoder and LabelEncoder output_columns do not need to be valid snowflake identifiers. They
    would previously be excluded if the normalized name did not match the name specified in output_columns.

Behavior Changes

New Features

  • Model Registry: Add support for invoking public endpoint on SPCS service, by providing a "enable_ingress" SPCS
    deployment option.
  • Model Development: Add support for distributed HPO - GridSearchCV and RandomizedSearchCV execution will be
    distributed on multi-node warehouses.