Browse Source

[DOCS] Comments out links that points to regression loss functions (#76435)

* [DOCS] Comments out links that points to regression loss functions.

* Update docs/reference/ml/df-analytics/apis/get-trained-models.asciidoc
István Zoltán Szabó 4 years ago
parent
commit
9b0417f2df

+ 2 - 1
docs/reference/ml/df-analytics/apis/get-trained-models.asciidoc

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

+ 3 - 3
docs/reference/ml/df-analytics/apis/put-dfanalytics.asciidoc

@@ -392,9 +392,9 @@ include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=lambda]
 The loss function used during {regression}. Available options are `mse` (mean
 The loss function used during {regression}. Available options are `mse` (mean
 squared error), `msle` (mean squared logarithmic error),  `huber` (Pseudo-Huber
 squared error), `msle` (mean squared logarithmic error),  `huber` (Pseudo-Huber
 loss). Defaults to `mse`.
 loss). Defaults to `mse`.
-Refer to
-{ml-docs}/ml-dfa-regression.html#dfa-regression-lossfunction[Loss functions for {regression} analyses]
-to learn more.
+// Refer to
+// {ml-docs}/dfa-regression-lossfunction.html[Loss functions for {regression} analyses]
+// to learn more.
 
 
 `loss_function_parameter`::::
 `loss_function_parameter`::::
 (Optional, double)
 (Optional, double)