Detectors
RangeValueDetector
__init__
RareCategoryDetector
SpecialValuesDetector
QuantileTailsDetector
__init__
ThresholdCategoryDetector
__init__
__init__(threshold: float = 0.99) -> None
Detect the lowest frequency categories in order to avoid detection of a given minimal fraction of the total number of categories.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
threshold
|
float
|
The minimal fraction of the total number of categories to avoid detection. Must be a float between 0 and 1. |
0.99
|
DateTimeQuantileTailsDetector
__init__
Detect datetime values in the tails of the data distribution.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
quantile
|
float
|
The quantile defining the tails. Must be between 0 and 1. |
0.005
|
side
|
Side
|
The side of the distribution to consider. Should be a |
BOTH
|
fmt
|
str | None
|
The datetime format. If None, it will be automatically inferred. |
None
|