oracle / accelerated-data-science

ADS is the Oracle Data Science Cloud Service's python SDK supporting, model ops (train/eval/deploy), along with running workloads on Jobs and Pipeline resources.
https://accelerated-data-science.readthedocs.io/
Universal Permissive License v1.0
87 stars 43 forks source link

Add non time based anomaly detection #894

Closed codeloop closed 3 months ago

codeloop commented 3 months ago

Non-Time-Based Anomaly Detection refers to identifying patterns, behaviors, or items in datasets that do not conform to expected norms or patterns and are not reliant on temporal data. Unlike time-based anomaly detection, which focuses on detecting anomalies in data sequences over time, non-time-based anomaly detection focuses on static datasets or non-temporal features.

ODSC-58209