Skip to content

Commit 22a164e

Browse files
authored
[DOCS] Adds ML document metadata (elastic#1699)
1 parent b37e3de commit 22a164e

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

docs/en/stack/ml/anomaly-detection/ml-overview.asciidoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[role="xpack"]
22
[[ml-overview]]
3-
= Overview
3+
= {anomaly-detect-cap} overview
4+
[subs="attributes"]
5+
++++
6+
<titleabbrev>Overview</titleabbrev>
7+
++++
8+
:keywords: {ml-init}, {stack}, {anomaly-detect}, overview
9+
:description: An introduction to {ml} {anomaly-detect}, which analyzes time \
10+
series data to identify and predict anomalous patterns in your data.
411

512
[discrete]
613
[[ml-analyzing]]

docs/en/stack/ml/df-analytics/ml-dfa-overview.asciidoc

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
[role="xpack"]
22
[[ml-dfa-overview]]
3-
= Overview
4-
3+
= {dfanalytics-cap} overview
4+
[subs="attributes"]
5+
++++
6+
<titleabbrev>Overview</titleabbrev>
7+
++++
8+
:keywords: {ml-init}, {stack}, {dfanalytics}, overview
9+
:description: An introduction to {ml} {dfanalytics}, which enables you to \
10+
analyze your data using classification, regression, and outlier detection \
11+
algorithms and to generate trained models for predictions on new data.
512

613
{dfanalytics-cap} enable you to perform different analyses of your data and
714
annotate it with the results. By doing this, it provides additional insights
815
into the data. <<dfa-outlier-detection,{oldetection-cap}>> identifies unusual
9-
data points in the dataset. <<dfa-regression,{regression-cap}>> makes
16+
data points in the data set. <<dfa-regression,{regression-cap}>> makes
1017
predictions on your data after it determines certain relationships among your
1118
data points. <<dfa-classification,{classification-cap}>> predicts the class or
12-
category of a given data point in a dataset. <<ml-inference,{infer-cap}>>
19+
category of a given data point in a data set. <<ml-inference,{infer-cap}>>
1320
enables you to use trained {ml} models against incoming data in a continuous
1421
fashion.
1522

docs/en/stack/ml/get-started/ml-getting-started.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[[ml-getting-started]]
22
== Getting started with {ml}
3+
:keywords: {ml-init}, {stack}, {anomaly-detect}, tutorial
4+
:description: This tutorial shows you how to create {anomaly-jobs}, \
5+
interpret the results, and forecast future behavior in {kib}.
36

47
{ml-cap} features analyze your data and generate models for its patterns of
58
behavior. The type of analysis that you choose depends on the questions or

0 commit comments

Comments
 (0)