Skip to content

Commit a77db41

Browse files
mergify[bot]lcawl
andauthored
[DOCS] Add frontmatter for migration (#2402) (#2405)
Co-authored-by: Lisa Cawley <[email protected]>
1 parent e3d6e44 commit a77db41

14 files changed

+60
-42
lines changed

docs/en/stack/ml/anomaly-detection/ml-ad-finding-anomalies.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
<titleabbrev>Finding anomalies</titleabbrev>
55
++++
66

7-
:keywords: {ml-init}, {stack}, {anomaly-detect}
8-
:description: An introduction to {ml} {anomaly-detect}, which analyzes time \
9-
series data to identify and predict anomalous patterns in your data.
7+
:frontmatter-description: An introduction to {ml} {anomaly-detect}, which analyzes time series data to identify and predict anomalous patterns in your data.
8+
:frontmatter-tags-products: [ml]
9+
:frontmatter-tags-content-type: [overview]
10+
:frontmatter-tags-user-goals: [analyze]
1011

1112
The {ml} {anomaly-detect} features automate the analysis of time series data by
1213
creating accurate baselines of normal behavior in your data. These baselines

docs/en/stack/ml/anomaly-detection/ml-ad-job-types.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
<titleabbrev>Job types</titleabbrev>
55
++++
66

7-
:keywords: {ml-init}, {stack}, {anomaly-detect}
8-
9-
:description: The description of the different anomaly detection job types.
7+
:frontmatter-description: A description of the different anomaly detection job types.
8+
:frontmatter-tags-products: [ml]
9+
:frontmatter-tags-content-type: [overview]
10+
:frontmatter-tags-user-goals: [analyze]
1011

1112
{anomaly-jobs-cap} have many possible configuration options which enable you to
1213
fine-tune the jobs and cover your use case as much as possible. This page

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[[ml-dfa-classification]]
22
= Predicting classes with {classification}
33

4-
:keywords: {ml-init}, {stack}, {dfanalytics}, {classification}
5-
:description: An introduction to {ml} {classification}, which enables you to \
6-
predict classes of data points in a data set.
4+
:frontmatter-description: An introduction to {ml} {classification}, which enables you to predict classes of data points in a data set.
5+
:frontmatter-tags-products: [ml]
6+
:frontmatter-tags-content-type: [how-to]
7+
:frontmatter-tags-user-goals: [analyze]
78

89
{classification-cap} is a {ml} process that predicts the class or category of a
910
data point in a data set. For a simple example, consider how the shapes in the

docs/en/stack/ml/df-analytics/ml-dfa-outlier-detection.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[[ml-dfa-finding-outliers]]
22
= Finding outliers
33

4-
:keywords: {ml-init}, {stack}, {dfanalytics}, {oldetection}
5-
:description: An introduction to {ml} {oldetection}, which enables you to \
6-
find unusual data points in a data set compared to the normal data points.
4+
:frontmatter-description: An introduction to {ml} {oldetection}, which enables you to find unusual data points in a data set compared to the normal data points.
5+
:frontmatter-tags-products: [ml]
6+
:frontmatter-tags-content-type: [how-to]
7+
:frontmatter-tags-user-goals: [analyze]
78

89
{oldetection-cap} is identification of data points that are significantly
910
different from other values in the data set. For example, outliers could be

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
++++
66
<titleabbrev>Overview</titleabbrev>
77
++++
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.
8+
9+
:frontmatter-description: An introduction to {ml} {dfanalytics}, which enables you to analyze your data using classification, regression, and outlier detection algorithms and to generate trained models for predictions on new data.
10+
:frontmatter-tags-products: [ml]
11+
:frontmatter-tags-content-type: [overview]
12+
:frontmatter-tags-user-goals: [analyze]
1213

1314
{dfanalytics-cap} enable you to perform different analyses of your data and
1415
annotate it with the results. By doing this, it provides additional insights

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[[ml-dfa-regression]]
22
= Predicting numerical values with {regression}
33

4-
:keywords: {ml-init}, {stack}, {dfanalytics}, {regression}
5-
:description: An introduction to {ml} {regression}, which enables you to \
6-
predict numerical values in a data set.
7-
4+
:frontmatter-description: An introduction to {ml} {regression}, which enables you to predict numerical values in a data set.
5+
:frontmatter-tags-products: [ml]
6+
:frontmatter-tags-content-type: [how-to]
7+
:frontmatter-tags-user-goals: [analyze]
88

99
{reganalysis-cap} is a supervised {ml} process for estimating the relationships
1010
among different fields in your data, then making further predictions on

docs/en/stack/ml/df-analytics/ml-how-dfa-works.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
++++
66
<titleabbrev>How {dfanalytics-jobs} work</titleabbrev>
77
++++
8-
:keywords: {ml-init}, {stack}, {dfanalytics}, advanced,
9-
:description: An explanation of how the {dfanalytics-jobs} work. Every job has \
10-
four or five main phases depending on its analysis type.
118

9+
:frontmatter-description: An explanation of how the {dfanalytics-jobs} work. Every job has four or five main phases depending on its analysis type.
10+
:frontmatter-tags-products: [ml]
11+
:frontmatter-tags-content-type: [overview]
12+
:frontmatter-tags-user-goals: [analyze]
1213

1314
A {dfanalytics-job} is essentially a persistent {es} task. During its life
1415
cycle, it goes through four or five main phases depending on the analysis type:

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
++++
44
<titleabbrev>Tutorial: Getting started with {anomaly-detect}</titleabbrev>
55
++++
6-
:keywords: {ml-init}, {stack}, {anomaly-detect}, tutorial
7-
:description: This tutorial shows you how to create {anomaly-jobs}, \
8-
interpret the results, and forecast future behavior in {kib}.
6+
7+
:frontmatter-description: This tutorial shows you how to create {anomaly-jobs}, interpret the results, and forecast future behavior in {kib}.
8+
:frontmatter-tags-products: [ml]
9+
:frontmatter-tags-content-type: [tutorial]
10+
:frontmatter-tags-user-goals: [get-started]
911

1012
Ready to take {anomaly-detect} for a test drive? Follow this tutorial to:
1113

docs/en/stack/ml/machine-learning-intro.asciidoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[chapter,role="xpack"]
22
[[machine-learning-intro]]
33
= What is Elastic {ml-app}?
4-
:keywords: {ml-init}, {stack}
5-
:description: An introduction to the breadth of Elastic {ml-features}.
4+
5+
:frontmatter-description: An introduction to the breadth of Elastic {ml-features}
6+
:frontmatter-tags-products: [ml]
7+
:frontmatter-tags-content-type: [overview]
8+
:frontmatter-tags-user-goals: [analyze]
69

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

docs/en/stack/ml/nlp/ml-nlp-classify-text.asciidoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[[ml-nlp-classify-text]]
22
= Classify text
33

4-
:keywords: {ml-init}, {stack}, {nlp}, {lang-ident}, text classification, \
5-
zero-shot text classification
6-
7-
:description: NLP tasks that classify input text or determine \
8-
the language of text.
4+
:frontmatter-description: NLP tasks that classify input text or determine the language of text.
5+
:frontmatter-tags-products: [ml]
6+
:frontmatter-tags-content-type: [overview]
7+
:frontmatter-tags-user-goals: [analyze]
98

109
These NLP tasks enable you to identify the language of text and classify or
1110
label unstructured input text:

docs/en/stack/ml/nlp/ml-nlp-deploy-models.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[[ml-nlp-deploy-models]]
22
= Deploy trained models
33

4-
:keywords: {ml-init}, {stack}, {nlp}
5-
:description: You can import trained models into your cluster and configure them \
6-
for specific NLP tasks.
4+
:frontmatter-description: You can import trained models into your cluster and configure them for specific NLP tasks.
5+
:frontmatter-tags-products: [ml]
6+
:frontmatter-tags-content-type: [how-to]
7+
:frontmatter-tags-user-goals: [analyze]
78

89
If you want to perform {nlp} tasks in your cluster, you must deploy an
910
appropriate trained model. There is tooling support in

docs/en/stack/ml/nlp/ml-nlp-extract-info.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[[ml-nlp-extract-info]]
22
= Extract information
33

4-
:keywords: {ml-init}, {stack}, {nlp}, named entity recognition, fill mask, question answering
5-
:description: NLP tasks that extract information from unstructured text.
4+
:frontmatter-description: NLP tasks that extract information from unstructured text.
5+
:frontmatter-tags-products: [ml]
6+
:frontmatter-tags-content-type: [overview]
7+
:frontmatter-tags-user-goals: [analyze]
68

79
These NLP tasks enable you to extract information from your unstructured text:
810

docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
++++
44
<titleabbrev>Compatible third party models</titleabbrev>
55
++++
6-
:keywords: {ml-init}, {stack}, {nlp}
7-
:description: The list of compatible third party NLP models.
6+
7+
:frontmatter-description: The list of compatible third party NLP models.
8+
:frontmatter-tags-products: [ml]
9+
:frontmatter-tags-content-type: [reference]
10+
:frontmatter-tags-user-goals: [analyze]
811

912
The {stack-ml-features} support transformer models that conform to the standard
1013
BERT model interface and use the WordPiece tokenization algorithm.

docs/en/stack/ml/nlp/ml-nlp.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[[ml-nlp]]
22
= {nlp-cap}
33

4-
:keywords: {ml-init}, {stack}, {nlp}, overview
5-
:description: An introduction to {ml} {nlp} features.
4+
:frontmatter-description: An introduction to {ml} {nlp} features.
5+
:frontmatter-tags-products: [ml]
6+
:frontmatter-tags-content-type: [overview]
7+
:frontmatter-tags-user-goals: [analyze]
68

79
[partintro]
810
--

0 commit comments

Comments
 (0)