You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Anomaly-Detector/How-to/train-model.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ author: mrbullwinkle
7
7
manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: anomaly-detector
10
-
ms.topic: conceptual
10
+
ms.topic: how-to
11
11
ms.date: 11/01/2022
12
12
ms.author: mbullwin
13
13
---
14
14
15
15
# Train a Multivariate Anomaly Detection model
16
16
17
-
To test out Multivariate Anomaly Detection quickly, try the [Code Sample](https://github.com/Azure-Samples/AnomalyDetector)! For more instructions on how to run a jupyter notebook, please refer to [Install and Run a Jupyter Notebook](https://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/install.html#).
17
+
To test out Multivariate Anomaly Detection quickly, try the [Code Sample](https://github.com/Azure-Samples/AnomalyDetector)! For more instructions on how to run a Jupyter notebook, please refer to [Install and Run a Jupyter Notebook](https://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/install.html#).
18
18
19
19
## API Overview
20
20
@@ -31,9 +31,9 @@ There are 7 APIs provided in Multivariate Anomaly Detection:
31
31
| ------ | ---- | ----------- | ------ |
32
32
|**Train Model**| POST |`{endpoint}`/anomalydetector/v1.1/multivariate/models | Create and train a model |
33
33
|**Get Model Status**| GET |`{endpoint}`anomalydetector/v1.1/multivariate/models/`{modelId}`| Get model status and model metadata with `modelId`|
34
-
|**Batch Inference**| POST |`{endpoint}`/anomalydetector/v1.1/multivariate/models/`{modelId}`: detect-batch | Trigger an asynchronous inference with `modelId` which works in a batch scenario |
34
+
|**Batch Inference**| POST |`{endpoint}`/anomalydetector/v1.1/multivariate/models/`{modelId}`: detect-batch | Trigger an asynchronous inference with `modelId`, which works in a batch scenario |
35
35
|**Get Batch Inference Results**| GET |`{endpoint}`/anomalydetector/v1.1/multivariate/detect-batch/`{resultId}`| Get batch inference results with `resultId`|
36
-
|**Streaming Inference**| POST |`{endpoint}`/anomalydetector/v1.1/multivariate/models/`{modelId}`: detect-last | Trigger a synchronous inference with `modelId` which works in a streaming scenario |
36
+
|**Streaming Inference**| POST |`{endpoint}`/anomalydetector/v1.1/multivariate/models/`{modelId}`: detect-last | Trigger a synchronous inference with `modelId`, which works in a streaming scenario |
37
37
|**List Model**| GET |`{endpoint}`/anomalydetector/v1.1/multivariate/models | List all models |
38
38
|**Delete Model**| DELET |`{endpoint}`/anomalydetector/v1.1/multivariate/models/`{modelId}`| Delete model with `modelId`|
39
39
@@ -141,7 +141,7 @@ Other parameters for training API are optional:
141
141
|`Zero`| Fill `nan` values with 0. |
142
142
|`Fixed`| Fill `nan` values with a specified valid value that should be provided in `paddingValue`. |
143
143
144
-
***paddingValue**: Padding value is used to fill `nan` when `fillNAMethod` is `Fixed` and must be provided in that case. In other cases it's optional.
144
+
***paddingValue**: Padding value is used to fill `nan` when `fillNAMethod` is `Fixed` and must be provided in that case. In other cases, it's optional.
145
145
146
146
***displayName**: This is an optional parameter, which is used to identify models. For example, you can use it to mark parameters, data sources, and any other metadata about the model and its input data. The default value is an empty string.
147
147
@@ -450,4 +450,4 @@ The response contains four fields, `models`, `currentCount`, `maxCount`, and `ne
450
450
451
451
## Next steps
452
452
453
-
*[Best practices of multivariate anomaly detection](../concepts/best-practices-multivariate.md)
453
+
*[Best practices of multivariate anomaly detection](../concepts/best-practices-multivariate.md)
Copy file name to clipboardExpand all lines: articles/cognitive-services/Anomaly-Detector/whats-new.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,20 @@ title: What's New - Anomaly Detector
3
3
description: This article is regularly updated with news about the Azure Cognitive Services Anomaly Detector.
4
4
ms.service: cognitive-services
5
5
ms.subservice: anomaly-detector
6
-
ms.topic: overview
6
+
ms.topic: whats-new
7
7
ms.date: 12/15/2022
8
8
---
9
9
10
10
# What's new in Anomaly Detector
11
11
12
12
Learn what's new in the service. These items include release notes, videos, blog posts, papers, and other types of information. Bookmark this page to keep up to date with the service.
13
13
14
-
We've also added links to some user-generated content. Those items will be marked with **[UGC]** tag. Some of them are hosted on websites that are external to Microsoft and Microsoft is not responsible for the content there. Use discretion when you refer to these resources. Contact [email protected] or raise an issue on GitHub if you'd like us to remove the content.
14
+
We have also added links to some user-generated content. Those items will be marked with **[UGC]** tag. Some of them are hosted on websites that are external to Microsoft and Microsoft isn't responsible for the content there. Use discretion when you refer to these resources. Contact [email protected] or raise an issue on GitHub if you'd like us to remove the content.
15
15
16
16
## Release notes
17
17
18
18
### Jan 2023
19
-
* Multivariate Anomaly Detection will begin charging as of January 10th, 2023. For pricing details see the [pricing page](https://azure.microsoft.com/pricing/details/cognitive-services/anomaly-detector/).
19
+
* Multivariate Anomaly Detection will begin charging as of January 10th, 2023. For pricing details, see the [pricing page](https://azure.microsoft.com/pricing/details/cognitive-services/anomaly-detector/).
20
20
21
21
### Dec 2022
22
22
* Multivariate Anomaly Detection SDK is updated to match with GA API for four languages.
@@ -36,7 +36,7 @@ We've also added links to some user-generated content. Those items will be marke
36
36
37
37
### June 2022
38
38
39
-
* New blog released: [4 sets of best practices to use Multivariate Anomaly Detector when monitoring your equipment](https://techcommunity.microsoft.com/t5/ai-cognitive-services-blog/4-sets-of-best-practices-to-use-multivariate-anomaly-detector/ba-p/3490848#footerContent).
39
+
* New blog released: [Four sets of best practices to use Multivariate Anomaly Detector when monitoring your equipment](https://techcommunity.microsoft.com/t5/ai-cognitive-services-blog/4-sets-of-best-practices-to-use-multivariate-anomaly-detector/ba-p/3490848#footerContent).
0 commit comments