NEREvaluator Example - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.00
1.0
Published
May 2019
Language
English (United States)
Last Update
2019-11-22
dita:mapPath
blj1506016597986.ditamap
dita:ditavalPath
blj1506016597986.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantage™

This function evaluates the efficacy of the model file ner_model.bin, created by the NERTrainer function in terms of precision, recall, and f1_measure.

Input

SQL Call

SELECT * FROM NEREvaluator (
  ON ner_sports_test2 PARTITION BY 1
  USING
  TextColumn ('content')
  ModelFile ('ner_model.bin')
) AS dt;

Output

type precision recall f1_measure
LOC 1.0000 0.4444 0.6154
ORG 0.0000 0.0000 -1.0000
PER 0.7222 0.8125 0.7647
-AVG- 0.7778 0.4884 0.6000