The anomalous column count test automatically learns time series patterns for each
column in your dataset and detects when values fall outside predicted bounds. For
numeric columns, it tracks statistical measures (like averages) over time, while for
categorical columns, it monitors category counts.The test continuously learns expected ranges for each column and counts how many
columns exhibit anomalous behavior on each evaluation, comparing this count against
your specified threshold.
This test is only available in monitoring mode as it requires historical data
to learn time series patterns and establish baseline expectations for each
column.