
Overview
MAD stands for Multivariate Anomaly Detection, which is a technology that learns and monitors normal patterns for time-series data with specific patterns and can detect abnormal patterns that deviate from the normal pattern. Unlike Point Anomaly Detection, it identifies anomaly patterns in the time-series data, even if they do not significantly exceed a certain upper or lower bound, as long as they differ from the normal pattern.
Using MAD has many advantages for users. Firstly, it provides automated Hyperparameter Optimization(HPO), so users don't have to find the best parameters for modeling. Secondly, MAD has its own algorithms to improve the anomaly detection performance, which filters the abnormal data from normal data in the model.Highlights
- Optimal window size setting for detecting anomalies in pattern data with multi-variable
- Optimal anomaly-decision-threshold setting to minimize false alarm
- Use state-of-the-art deep learning technique
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/host/hour |
|---|---|---|
ml.c5.2xlarge Training Recommended | Algorithm training on the ml.c5.2xlarge instance type | $0.00 |
ml.c5.4xlarge Inference (Batch) Recommended | Model inference on the ml.c5.4xlarge instance type, batch mode | $0.00 |
ml.c5.2xlarge Inference (Real-Time) Recommended | Model inference on the ml.c5.2xlarge instance type, real-time mode | $0.00 |
ml.m4.4xlarge Training | Algorithm training on the ml.m4.4xlarge instance type | $0.00 |
ml.m5.4xlarge Training | Algorithm training on the ml.m5.4xlarge instance type | $0.00 |
ml.m5.12xlarge Training | Algorithm training on the ml.m5.12xlarge instance type | $0.00 |
ml.m4.16xlarge Training | Algorithm training on the ml.m4.16xlarge instance type | $0.00 |
ml.m5.2xlarge Training | Algorithm training on the ml.m5.2xlarge instance type | $0.00 |
ml.c4.4xlarge Training | Algorithm training on the ml.c4.4xlarge instance type | $0.00 |
ml.m5.xlarge Training | Algorithm training on the ml.m5.xlarge instance type | $0.00 |
Vendor refund policy
This product is offered for free. If there are any questions, please contact us for further clarifications.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Amazon SageMaker algorithm
An Amazon SageMaker algorithm is a machine learning model that requires your training data to make predictions. Use the included training algorithm to generate your unique model artifact. Then deploy the model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.
Version release notes
Add a hyperparameter configuration that allows users to set the x_column, time_column, and index_column of the input data.
Additional details
Inputs
- Summary
You need to input time series unstructured data in csv format. Specify the time and target columns in the hyperparameters. The data index must be at least 300. Below is the method for setting hyperparameters.
- Input MIME type
- text/csv
Input data descriptions
The following table describes supported input data fields for real-time inference and batch transform.
Field name | Description | Constraints | Required |
|---|---|---|---|
timestamp |
timestamp: time format data(UTC format)
value1, value2, value3, ... : target columns(multi-column) | Type: Continuous | Yes |
value1 |
timestamp: time format data(UTC format)
value1, value2, value3, ... : target columns(multi-column) | Type: Continuous | Yes |
value2 |
timestamp: time format data(UTC format)
value1, value2, value3, ... : target columns(multi-column) | Type: Continuous | Yes |
value3 |
timestamp: time format data(UTC format)
value1, value2, value3, ... : target columns(multi-column) | Type: Continuous | Yes |
Resources
Vendor resources
Support
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.