Modifying Output Batch Properties For Scoring Algorithms - Teradata Warehouse Miner

Teradata® Warehouse Miner™ User Guide - Volume 1Introduction and Profiling

Product
Teradata Warehouse Miner
Release Number
5.4.6
Published
November 2018
Language
English (United States)
Last Update
2018-12-07
dita:mapPath
rfc1538171534881.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2300
Product Category
Software

Modifying scoring analyses other than PMML scoring is defined below. Post Processing definitions are the same as defined above.

The output properties for scoring analyses and their possible values are:
  • OutputDatabase — name of existing database
  • OutputName — name of output table to be created
  • Fallback — “true” or “false”
  • GenerateSqlOnly — “true” or “false”
  • AdvertiseOutput — “true” or “false”
  • AdvertiseNote — optional comment or note for advertised output (only used if AdvertiseOutput is “true” or if the Connection property AlwaysAdvertise is “true”)

    An XML example of modifying the Output Properties of an existing Logistic Score follows.

    <OutputProperties
    	outputDatabase="twm_results"
    	outputName=" My Logistic Score Output "
    	outputComment="My logistic score comment"
    	collectStats="true"/>