Browse Source

[DOCS] Fixes typos in the PUT dfa and the evaluate dfa documentation. (#47348)

István Zoltán Szabó 6 years ago
parent
commit
4073499f43

+ 1 - 0
docs/reference/ml/df-analytics/apis/evaluate-dfanalytics.asciidoc

@@ -50,6 +50,7 @@ result field to be present.
 +
 --
 Available evaluation types:
+
 * `binary_soft_classification`
 * `regression`
 --

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

@@ -179,8 +179,8 @@ The API returns the following result:
 [[ml-put-dfanalytics-example-r]]
 ===== {regression-cap} example
 
-The following example creates the `house_price_regression_analysis` {
-dfanalytics-job}, the analysis type is `regression`:
+The following example creates the `house_price_regression_analysis` 
+{dfanalytics-job}, the analysis type is `regression`:
 
 [source,console]
 --------------------------------------------------