Skip to content

Commit 966c37a

Browse files
authored
[DOCS] Refer to rules feature as custom rules
2 parents 5de8658 + 2f53393 commit 966c37a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/en/stack/ml/rules.asciidoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
[role="xpack"]
22
[[ml-rules]]
3-
=== Machine learning custom rules
4-
++++
5-
<titleabbrev>Custom Rules</titleabbrev>
6-
++++
3+
=== Custom rules
74

85
By default, as described in <<ml-analyzing>>, anomaly detection is unsupervised
96
and the {ml} models have no awareness of the domain of your data. As a result,
107
{ml} jobs might identify events that are statistically significant but are
118
uninteresting when you know the larger context. Machine learning custom rules
129
enable you to customize anomaly detection.
1310

14-
_Rules_ instruct anomaly detectors to change their behavior based on
11+
_Custom rules_ instruct anomaly detectors to change their behavior based on
1512
domain-specific knowledge that you provide. When you create a rule, you can
1613
specify conditions, scope, and actions. When the conditions of a rule are
1714
satisfied, its actions are triggered.

0 commit comments

Comments
 (0)