Skip to content

Commit

Permalink
[DOCS] Specifies the possible data types of classification dependent_…
Browse files Browse the repository at this point in the history
…variable (elastic#50582)
  • Loading branch information
szabosteve committed Jan 3, 2020
1 parent 8917c05 commit a34b3f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/reference/ml/df-analytics/apis/analysisobjects.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ include::{docdir}/ml/ml-shared.asciidoc[tag=lambda]
include::{docdir}/ml/ml-shared.asciidoc[tag=dependent-variable]
+
--
The data type of the field must be numeric or boolean.
The data type of the field must be numeric (`integer`, `short`, `long`, `byte`),
categorical (`ip`, `keyword`, `text`), or boolean.
--

`num_top_classes`::
Expand Down

0 comments on commit a34b3f1

Please sign in to comment.