Skip to content

Commit 13a4b89

Browse files
jr-MSjr-MS
authored andcommitted
fix acrolinx bugs
1 parent 5cad615 commit 13a4b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Anomaly-Detector/overview-multivariate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To learn how to call the Multivariate Anomaly Detector API, try this [Notebook](
3535
Multivariate Anomaly Detector includes three main steps, **data preparation**, **training** and **inference**.
3636

3737
### Data preparation
38-
For data preparation, you should prepare two parts of data, **training data** and **inference data**. As for training data, you should upload your data to Blob Storage and generate an SAS url which will be used in training API. As for inference data, you could either use the same data format as training data, or send the data into API header which will be formatted as JSON. This depends on what API you choose to use in the inference process.
38+
For data preparation, you should prepare two parts of data, **training data** and **inference data**. As for training data, you should upload your data to Blob Storage and generate an SAS url which will be used in training API. As for inference data, you could either use the same data format as training data, or send the data into API header, which will be formatted as JSON. This depends on what API you choose to use in the inference process.
3939

4040
### Training
4141
When training a model, you should call an asynchronous API on your training data, which means you won't get the model status immediately after calling this API, you should request another API to get the model status.

0 commit comments

Comments
 (0)