Skip to content

Commit 9dde2f8

Browse files
committed
fix relative links
1 parent 83d1397 commit 9dde2f8

File tree

1 file changed

+3
-3
lines changed
  • articles/cognitive-services/Anomaly-Detector

1 file changed

+3
-3
lines changed

articles/cognitive-services/Anomaly-Detector/faq.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sections:
2222
When to use Univariate Anomaly Detection v.s. Multivariate Anomaly Detection?
2323
answer: |
2424
If your goal is to detect anomalies out of a normal pattern on each individual time series purely based on their own historical data, use the univariate anomaly detection APIs. For example, you want to detect daily revenue anomalies based on revenue data itself, or you want to detect a CPU spike purely based on CPU data.
25-
If your goal is to detect system level anomalies from a group of time series data, use multivariate anomaly detection APIs. Particularly, when any individual time series won't tell you much, and you have to look at all signals (a group of time series) holistically to determine a system level issue. For example, you have an expensive physical asset like an aircraft, equipment on an oil rig, or a satellite. Each of these assets has tens or hundreds of different types of sensors. You would have to look at all those time series signals from those sensors to decide whether there's system level issue.
25+
If your goal is to detect system level anomalies from a group of time series data, use multivariate anomaly detection APIs. Particularly, when any individual time series won't tell you much, and you have to look at all signals (a group of time series) holistically to determine a system level issue. For example, you have an expensive physical asset like aircraft, equipment on an oil rig, or a satellite. Each of these assets has tens or hundreds of different types of sensors. You would have to look at all those time series signals from those sensors to decide whether there's system level issue.
2626
- question: |
2727
Can the Anomaly Detector service be used in other platforms or applications?
2828
answer: |
@@ -48,5 +48,5 @@ sections:
4848
additionalContent: |
4949
## Next steps
5050
* [What is the Anomaly Detector API?](overview.md)
51-
* [Anomaly detection methods](../how-to/identify-anomalies.md)
52-
* [Best practices when using the Anomaly Detector API.](../concepts/anomaly-detection-best-practices.md)
51+
* [Anomaly detection methods](how-to/identify-anomalies.md)
52+
* [Best practices when using the Anomaly Detector API.](concepts/anomaly-detection-best-practices.md)

0 commit comments

Comments
 (0)