浏览代码

[DOCS] Adds links that point to loss function to ML API docs. (#76438)

István Zoltán Szabó 4 年之前
父节点
当前提交
8aed99fc02

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

@@ -225,8 +225,7 @@ 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-lossfunction.html[loss function]. 
-loss function. For 
+{ml-docs}/dfa-regression-lossfunction.html[loss function]. For 
 hyperparameters with values that are not specified by the user but tuned during 
 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
 squared error), `msle` (mean squared logarithmic error),  `huber` (Pseudo-Huber
 loss). Defaults to `mse`.
-// Refer to
-// {ml-docs}/dfa-regression-lossfunction.html[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`::::
 (Optional, double)