Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
typeflat
printablefalse

Create a model that can learn how to accurately predict a label from given text (train model).

...

Output
A message saying the model (name) was successfully created.

Example

Input

id

title

description

label

1

a b c d

e f g h i

spam

1

a x y d u

u v e g x y

ham

LQL command

Code Block
createModelFromText(table,"scoreEmail", "label", "title", "description")

...