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

This commit is contained in:
István Zoltán Szabó 2019-10-02 09:49:59 +02:00
parent 36884a3c32
commit 6a9f04ee76
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -181,8 +181,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]
--------------------------------------------------