Skip to content

Commit 5d61b8e

Browse files
authored
Merge pull request #126480 from changeworld/patch-32
Fix typo
2 parents 9768a75 + 4f3bb1d commit 5d61b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The model's response time increases with history size because it needs to compar
3030

3131
Gaps in the time series can be a result of the model not receiving events at certain points in time. This situation is handled by Stream Analytics using imputation logic. The history size, as well as a time duration, for the same sliding window is used to calculate the average rate at which events are expected to arrive.
3232

33-
An anomaly generator available [here](https://aka.ms/asaanomalygenerator) can be used to feed an Iot Hub with data with different anomaly patterns. An Azure Stream Analytics job can be set up with these anomaly detection functions to read from this Iot Hub and detect anomalies.
33+
An anomaly generator available [here](https://aka.ms/asaanomalygenerator) can be used to feed an IoT Hub with data with different anomaly patterns. An Azure Stream Analytics job can be set up with these anomaly detection functions to read from this IoT Hub and detect anomalies.
3434

3535
## Spike and dip
3636

0 commit comments

Comments
 (0)