Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Removes link to classification and regression #74926

Merged
merged 1 commit into from
Jul 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/reference/ingest/processors/inference.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ classes to the `probabilities` field. Both fields are contained in the
`target_field` results object.

Refer to the
{ml-docs}/ml-lang-ident.html#ml-lang-ident-example[language identification]
// {ml-docs}/ml-dfa-lang-ident.html#ml-lang-ident-example[language identification]
language identification
trained model documentation for a full example.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,8 @@ List of the available hyperparameters optimized during the
`absolute_importance`::::
(double)
A positive number showing how much the parameter influences the variation of the
{ml-docs}/dfa-regression.html#dfa-regression-lossfunction[loss function]. For
hyperparameters with values that are not specified by the user but tuned during
hyperparameter optimization.
loss function. For hyperparameters with values that are not specified by the
user but tuned during hyperparameter optimization.

`max_trees`::::
(integer)
Expand Down
20 changes: 10 additions & 10 deletions docs/reference/ml/df-analytics/apis/put-dfanalytics.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ one of the following types of analysis: {classification}, {oldetection}, or
//Begin classification
`classification`:::
(Required^*^, object)
The configuration information necessary to perform
{ml-docs}/dfa-classification.html[{classification}].
The configuration information necessary to perform {classification}:
// {ml-docs}/ml-dfa-classification.html[{classification}].
+
TIP: Advanced parameters are for fine-tuning {classanalysis}. They are set
automatically by hyperparameter optimization to give the minimum validation
Expand Down Expand Up @@ -263,9 +263,8 @@ a large number of categories, there could be a significant effect on the size of
+
--
NOTE: To use the
{ml-docs}/ml-dfanalytics-evaluate.html#ml-dfanalytics-class-aucroc[AUC ROC evaluation method],
`num_top_classes` must be set to `-1` or a value greater than or equal to the
total number of categories.
AUC ROC evaluation method, `num_top_classes` must be set to `-1` or a value
greater than or equal to the total number of categories.

--

Expand Down Expand Up @@ -333,8 +332,8 @@ include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=standardization-enabled]
//Begin regression
`regression`:::
(Required^*^, object)
The configuration information necessary to perform
{ml-docs}/dfa-regression.html[{regression}].
The configuration information necessary to perform {regression:}
// {ml-docs}/ml-dfa-regression.html[{regression}].
+
TIP: Advanced parameters are for fine-tuning {reganalysis}. They are set
automatically by hyperparameter optimization to give the minimum validation
Expand Down Expand Up @@ -391,9 +390,10 @@ include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=lambda]
(Optional, string)
The loss function used during {regression}. Available options are `mse` (mean
squared error), `msle` (mean squared logarithmic error), `huber` (Pseudo-Huber
loss). Defaults to `mse`. Refer to
{ml-docs}/dfa-regression.html#dfa-regression-lossfunction[Loss functions for {regression} analyses]
to learn more.
loss). Defaults to `mse`.
// Refer to
// {ml-docs}/ml-dfa-regression.html#dfa-regression-lossfunction[Loss functions for {regression} analyses]
// to learn more.

`loss_function_parameter`::::
(Optional, double)
Expand Down