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
Let's say I have a feature feature1 that takes on float values. The valid values for this feature are from 1.0 to 3.0 and 5.0 to 8.0. Every other value is invalid as far as this feature is concerned. How can this be represented in a schema? In my case, I'm trying to filter based on the domains of features in the schema. Looking forward to input!
The text was updated successfully, but these errors were encountered:
Let's say I have a feature
feature1
that takes onfloat
values. The valid values for this feature are from1.0
to3.0
and5.0
to8.0
. Every other value is invalid as far as this feature is concerned. How can this be represented in a schema? In my case, I'm trying to filter based on the domains of features in the schema. Looking forward to input!The text was updated successfully, but these errors were encountered: