Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are many cases where we have a handful (10 - 2000) past examples of text data and we want to see if new text is close to these saved examples. Machine learning techniques like classification are not appropriate because we don’t have enough data to train an accurate model.

Operator Usage in Easy Mode

  1. Click + on the parent node.
  2. Enter the Build Term Corpus operator in the search field and select the operator from the Results to open the operator form.
  3. In the Table drop-down, enter or select a table to create the model.
  4. In the Model Name field, enter the name of a model.
  5. In the Column field, enter a column name that contains the text to extract TF-IDF features.
  6. In the Columns to Keep drop-down, select a column name to store with the corpus as enrichment to retrieve when used in matchSimilarFromCorpus.
  7. Optional. Click Add More to add values for minimum and maximum TF parameters.
  8. Click Run to view the result.
  9. Click Save to add the operator to the playbook.
  10. Click Cancel to discard the operator form.

Usage Details

We then want to match them against an incoming stream of events to determine how close they are to what we've already observed and retrieve some enrichment about those past examples.

...