Browse Source

[DOCS] Specifies the possible data types of classification dependent_variable (#50582)

István Zoltán Szabó 5 years ago
parent
commit
fd50169c74
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/reference/ml/df-analytics/apis/analysisobjects.asciidoc

+ 2 - 1
docs/reference/ml/df-analytics/apis/analysisobjects.asciidoc

@@ -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`::