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
Added disallow_inf to FloatDomain message in schema.proto.
Added new Anomaly type to describe data that has unexpected Infs / -Infs.
Added new Anomaly and Schema field for specifying ratio of supported images.
Added value_counts field to Feature message in schema.proto, which describes
the number of values for features that have more than one nestedness level.
Added new anomaly type VALUE_NESTEDNESS_MISMATCH to describe data that has a
nestedness level that does not match the schema.
Added new Any type value to CustomStatistic.
Bug Fixes and Other Changes
Add ProblemStatement and Metric Python proto stubs.