Skip to content

Commit 03dc8c6

Browse files
authored
[DOCS] Removes beta labels from DFA docs. (elastic#1625)
1 parent 42b6ac0 commit 03dc8c6

21 files changed

+0
-21
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
[[dfa-classification]]
33
= {classification-cap}
44

5-
beta::[]
65

76
{classification-cap} is a {ml} process that enables you to predict the class or
87
category of a data point in your data set. Typical examples of {classification}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
[[dfa-outlier-detection]]
33
= {oldetection-cap}
44

5-
beta::[]
65

76
{oldetection-cap} is an analysis for identifying data points (outliers) whose
87
feature values are different from those of the normal data points in a

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
[[dfa-regression]]
33
= {regression-cap}
44

5-
beta::[]
65

76
{reganalysis-cap} is a {ml} process for estimating the relationships among
87
different fields in your data, then making further predictions based on these

docs/en/stack/ml/df-analytics/dfanalytics-examples.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<titleabbrev>Examples</titleabbrev>
77
++++
88

9-
beta::[]
109

1110
These examples demonstrate how to use {dfanalytics} to derive useful insights
1211
from your data.

docs/en/stack/ml/df-analytics/ecommerce-outliers.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[[ecommerce-outliers]]
44
= Finding outliers in the eCommerce sample data
55

6-
beta::[]
76

87
The goal of <<dfa-outlier-detection,{oldetection}>> is to find the most unusual
98
documents in an index. Let's try to detect unusual customer behavior in the

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[[flightdata-classification]]
44
= Predicting delayed flights with {classanalysis}
55

6-
beta::[]
76

87
Let's try to predict whether a flight will be delayed or not by using the
98
{kibana-ref}/add-sample-data.html[sample flight data]. The data set contains

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[[flightdata-regression]]
44
= Predicting flight delays with {reganalysis}
55

6-
beta::[]
76

87
Let's try to predict flight delays by using the
98
{kibana-ref}/add-sample-data.html[sample flight data]. The data set contains

docs/en/stack/ml/df-analytics/hyperparameters.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
[[hyperparameters]]
33
= Hyperparameter optimization
44

5-
beta::[]
65

76
When you create a {dfanalytics-job} for {classification} or {reganalysis}, there
87
are advanced configuration options known as _hyperparameters_. The ideal

docs/en/stack/ml/df-analytics/ml-dfa-feature-processors.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<titleabbrev>Feature processors</titleabbrev>
66
++++
77

8-
beta::[]
98

109
{dfanalytics-cap} automatically includes a <<ml-feature-encoding>> phase, which
1110
transforms categorical features into numerical ones. If you want to have more

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<titleabbrev>Limitations</titleabbrev>
77
++++
88

9-
beta::[]
109

1110
The following limitations and known problems apply to the {version} release of
1211
the Elastic {dfanalytics} feature. The limitations are grouped into four

0 commit comments

Comments
 (0)