Skip to content

Commit

Permalink
[DOCS] Changes experimental to beta in DFA docs. (#1408) (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve authored Oct 26, 2020
1 parent 5ae12e1 commit 590a9a9
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/en/stack/ml/df-analytics/dfa-classification.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[dfa-classification]]
= {classification-cap}

experimental::[]
beta::[]

{classification-cap} is a {ml} process that enables you to predict the class or
category of a data point in your data set. Typical examples of {classification}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[dfa-outlier-detection]]
= {oldetection-cap}

experimental::[]
beta::[]

{oldetection-cap} is an analysis for identifying data points (outliers) whose
feature values are different from those of the normal data points in a
Expand Down
2 changes: 1 addition & 1 deletion docs/en/stack/ml/df-analytics/dfa-regression.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[dfa-regression]]
= {regression-cap}

experimental::[]
beta::[]

{reganalysis-cap} is a {ml} process for estimating the relationships among
different fields in your data, then making further predictions based on these
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<titleabbrev>Examples</titleabbrev>
++++

experimental::[]
beta::[]

These examples demonstrate how to use {dfanalytics} to derive useful insights
from your data.
Expand Down
2 changes: 1 addition & 1 deletion docs/en/stack/ml/df-analytics/ecommerce-outliers.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[[ecommerce-outliers]]
= Finding outliers in the eCommerce sample data

experimental::[]
beta::[]

The goal of <<dfa-outlier-detection,{oldetection}>> is to find the most unusual
documents in an index. Let's try to detect unusual customer behavior in the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[[flightdata-classification]]
= Predicting delayed flights with {classanalysis}

experimental::[]
beta::[]

Let's try to predict whether a flight will be delayed or not by using the
{kibana-ref}/add-sample-data.html[sample flight data]. The data set contains
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[[flightdata-regression]]
= Predicting flight delays with {reganalysis}

experimental::[]
beta::[]

Let's try to predict flight delays by using the
{kibana-ref}/add-sample-data.html[sample flight data]. The data set contains
Expand Down
2 changes: 1 addition & 1 deletion docs/en/stack/ml/df-analytics/hyperparameters.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[hyperparameters]]
= Hyperparameter optimization

experimental::[]
beta::[]

When you create a {dfanalytics-job} for {classification} or {reganalysis}, there
are advanced configuration options known as _hyperparameters_. The ideal
Expand Down
2 changes: 1 addition & 1 deletion docs/en/stack/ml/df-analytics/ml-dfa-limitations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<titleabbrev>Limitations</titleabbrev>
++++

experimental::[]
beta::[]

The following limitations and known problems apply to the {version} release of
the Elastic {dfanalytics} feature:
Expand Down
2 changes: 1 addition & 1 deletion docs/en/stack/ml/df-analytics/ml-dfa-overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[ml-dfa-overview]]
= Overview

experimental::[]
beta::[]

{dfanalytics-cap} enable you to perform different analyses of your data and
annotate it with the results. By doing this, it provides additional insights
Expand Down
2 changes: 1 addition & 1 deletion docs/en/stack/ml/df-analytics/ml-dfa-phases.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<titleabbrev>How it works</titleabbrev>
++++

experimental::[]
beta::[]

A {dfanalytics-job} is essentially a persistent {es} task. During its life
cycle, it goes through four or five main phases depending on the analysis type:
Expand Down
2 changes: 2 additions & 0 deletions docs/en/stack/ml/df-analytics/ml-dfa-scale.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
[[ml-dfa-scale]]
= Working with {dfanalytics} at scale

beta::[]

A {dfanalytics-job} has numerous configuration options. Some of them may have a
significant effect on the time taken to train a model. The training time depends
on various factors, like the statistical characteristics of your data, the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[ml-dfanalytics-evaluate]]
= Evaluating {dfanalytics}

experimental::[]
beta::[]

Using the {dfanalytics} features to gain insights from a data set is an
iterative process. You might need to experiment with different analyses,
Expand Down
2 changes: 1 addition & 1 deletion docs/en/stack/ml/df-analytics/ml-dfanalytics.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dimensional "tabular" data structure, in other words a {dataframe}.
{ref}/transforms.html[{transforms-cap}] enable you to create
{dataframes} which can be used as the source for {dfanalytics}.

experimental::[]
beta::[]

{dfanalytics-cap} enable you to perform different analyses of your data and
annotate it with the results. Consult <<setup>> to learn more about the licence
Expand Down
2 changes: 1 addition & 1 deletion docs/en/stack/ml/df-analytics/ml-feature-encoding.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[ml-feature-encoding]]
= Feature encoding

experimental::[]
beta::[]

{ml-cap} models can only work with numerical values. For this reason, it is
necessary to transform the categorical values of the relevant features into
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[ml-feature-importance]]
= {feat-imp-cap}

experimental::[]
beta::[]

{feat-imp-cap} values indicate which fields had the biggest impact on each
prediction that is generated by {classification} or {regression} analysis. Each
Expand Down
2 changes: 1 addition & 1 deletion docs/en/stack/ml/df-analytics/ml-inference.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[ml-inference]]
= {infer-cap}

experimental::[]
beta::[]

{infer-cap} is a {ml} feature that enables you to use supervised {ml} processes
– like <<dfa-regression>> or <<dfa-classification>> – not only as a batch
Expand Down
2 changes: 1 addition & 1 deletion docs/en/stack/ml/df-analytics/ml-lang-ident.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[ml-lang-ident]]
= {lang-ident-cap}

experimental::[]
beta::[]

{lang-ident-cap} is an trained model that you can use to determine the language
of text. You can reference the {lang-ident} model in an
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[ml-supervised-workflow]]
= Introduction to supervised learning

experimental::[]
beta::[]

Elastic supervised learning enables you to train a {ml} model based on training
examples that you provide. You can then use your model to make predictions on
Expand Down
2 changes: 1 addition & 1 deletion docs/en/stack/ml/df-analytics/ml-trained-models.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[ml-trained-models]]
= Trained models

experimental::[]
beta::[]

When you use a {dfanalytics-job} to perform {classification} or {reganalysis},
it creates a {ml} model that is trained and tested against a labelled data set.
Expand Down

0 comments on commit 590a9a9

Please sign in to comment.