Skip to content

Commit 17d89ef

Browse files
authored
Refine description of anomaly detection techniques (#3981)
"use a bespoke amalgamation of techniques" This phrase is very typically interpreted as "a bunch of popsicle stick and chewing gum features" when customers read it and this is not the case. I suggest this simple change to clear up this perception. I suggest replacing this with "use a combination of advanced mathematical techniques"
1 parent 52d1ee4 commit 17d89ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explore-analyze/machine-learning/anomaly-detection/ml-ad-algorithms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ products:
1010

1111
# Anomaly detection algorithms [ml-ad-algorithms]
1212

13-
The {{anomaly-detect}} {{ml-features}} use a bespoke amalgamation of different techniques such as clustering, various types of time series decomposition, Bayesian distribution modeling, and correlation analysis. These analytics provide sophisticated real-time automated {{anomaly-detect}} for time series data.
13+
The {{anomaly-detect}} {{ml-features}} use a combination of advanced mathematical techniques such as clustering, various types of time series decomposition, Bayesian distribution modeling, and correlation analysis. These analytics provide sophisticated real-time automated {{anomaly-detect}} for time series data.
1414

1515
The {{ml}} analytics statistically model the time-based characteristics of your data by observing historical behavior and adapting to new data. The model represents a baseline of normal behavior and can therefore be used to determine how anomalous new events are.
1616

0 commit comments

Comments
 (0)