Skip to content

Predicate Metric Parameters

Type Name Type Parameterization
1 Dataset pandas.DataFrame
2 String 1. Type: str
2. The parameter name does not contain the suffix _column
3 Integer int
4 Float float
5 Range of two floats Tuple[float, float]
6 Boolean variable bool
7 Dropdown of user-defined values Literal["option1", "option2", "option3"]
8 Multi-select dropdown of user-defined values List[Literal["option1", "option2", "option3"]]
9 Dropdown of dataset columns 1. Type: str
2. The parameter name contains the suffix _column
10 Multi-select dropdown of dataset columns 1. Type: List[str]
2. The parameter name contains the suffix _columns
11 Date datetime.date
12 Time datetime.time