This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 2a400d4c156 Fix io name (#34065)
add 5d9ba3703f3 [AnomalyDetection] Add threshold and aggregation
functions. (#34018)
No new revisions were added by this update.
Summary of changes:
sdks/python/apache_beam/ml/anomaly/aggregations.py | 324 +++++++++++++++++++
.../apache_beam/ml/anomaly/aggregations_test.py | 159 ++++++++++
sdks/python/apache_beam/ml/anomaly/base.py | 19 +-
sdks/python/apache_beam/ml/anomaly/base_test.py | 11 +-
.../apache_beam/ml/anomaly/specifiable_test.py | 20 +-
sdks/python/apache_beam/ml/anomaly/thresholds.py | 343 +++++++++++++++++++++
.../apache_beam/ml/anomaly/thresholds_test.py | 235 ++++++++++++++
7 files changed, 1103 insertions(+), 8 deletions(-)
create mode 100644 sdks/python/apache_beam/ml/anomaly/aggregations.py
create mode 100644 sdks/python/apache_beam/ml/anomaly/aggregations_test.py
create mode 100644 sdks/python/apache_beam/ml/anomaly/thresholds.py
create mode 100644 sdks/python/apache_beam/ml/anomaly/thresholds_test.py