Skip to content

Commit a34b3f1

Browse files
committed
[DOCS] Specifies the possible data types of classification dependent_variable (elastic#50582)
1 parent 8917c05 commit a34b3f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/ml/df-analytics/apis/analysisobjects.asciidoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ include::{docdir}/ml/ml-shared.asciidoc[tag=lambda]
145145
include::{docdir}/ml/ml-shared.asciidoc[tag=dependent-variable]
146146
+
147147
--
148-
The data type of the field must be numeric or boolean.
148+
The data type of the field must be numeric (`integer`, `short`, `long`, `byte`),
149+
categorical (`ip`, `keyword`, `text`), or boolean.
149150
--
150151

151152
`num_top_classes`::

0 commit comments

Comments
 (0)