Skip to content

Commit df3d4b3

Browse files
committed
update video
1 parent ec50172 commit df3d4b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/stream-analytics/stream-analytics-machine-learning-anomaly-detection.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ The machine learning models assume a uniformly sampled time series. If the time
1717

1818
The machine learning operations do not support seasonality trends or multi-variate correlations at this time.
1919

20+
## Anomaly detection using machine learning in Azure Stream Analytics
21+
22+
The following video demonstrates how to detect an anomaly in real time using machine learning functions in Azure Stream Analytics.
23+
24+
> [!VIDEO https://channel9.msdn.com/Shows/Internet-of-Things-Show/Real-Time-ML-Based-Anomaly-Detection-In-Azure-Stream-Analytics/player]
25+
2026
## Model behavior
2127

2228
Generally, the model's accuracy improves with more data in the sliding window. The data in the specified sliding window is treated as part of its normal range of values for that time frame. The model only considers event history over the sliding window to check if the current event is anomalous. As the sliding window moves, old values are evicted from the model’s training.
@@ -143,12 +149,6 @@ Sample code to run the non-partitioned configurations above is located in the [S
143149
### Identifying bottlenecks
144150
Use the Metrics pane in your Azure Stream Analytics job to identify bottlenecks in your pipeline. Review **Input/Output Events** for throughput and ["Watermark Delay"](https://azure.microsoft.com/blog/new-metric-in-azure-stream-analytics-tracks-latency-of-your-streaming-pipeline/) or **Backlogged Events** to see if the job is keeping up with the input rate. For Event Hub metrics, look for **Throttled Requests** and adjust the Threshold Units accordingly. For Cosmos DB metrics, review **Max consumed RU/s per partition key range** under Throughput to ensure your partition key ranges are uniformly consumed. For Azure SQL DB, monitor **Log IO** and **CPU**.
145151

146-
## Anomaly detection using machine learning in Azure Stream Analytics
147-
148-
The following video demonstrates how to detect an anomaly in real time using machine learning functions in Azure Stream Analytics.
149-
150-
> [!VIDEO https://channel9.msdn.com/Shows/Azure-Friday/Anomaly-detection-using-machine-learning-in-Azure-Stream-Analytics/player]
151-
152152
## Next steps
153153

154154
* [Introduction to Azure Stream Analytics](stream-analytics-introduction.md)

0 commit comments

Comments
 (0)