Scorer Function | Teradata Vantage - Scorer (ML Engine) - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢

Scorer can run on any platform, and is compatible with Java Development Kit (JDK) 1.6 and later.

Scorer Interaction with System

The Scorer function provides a software framework to score input queries, based on a given model and predictor. Scorer is a set of java classes, packed into a JAR file that resides in your realtime java virtual machine environment. This figure shows how Scorer interacts with the rest of the system:



Scorer Computation Model

The scorer computation model follows these steps:



  1. Create an instance of a scorer object to use for scoring.
  2. Configure the scorer with AML model file.
  3. Score the incoming requests based on the configured model.