BYOM | Teradata Package for Python - BYOM - Teradata Package for Python

Teradata® Package for Python User Guide

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Package for Python
Release Number
20.00
Published
March 2024
Language
English (United States)
Last Update
2024-10-10
dita:mapPath
nvi1706202040305.ditamap
dita:ditavalPath
plt1683835213376.ditaval
dita:id
rkb1531260709148
lifecycle
latest
Product Category
Teradata Vantage

The Bring Your Own Model feature in Vantage provides flexibility to score data in Vantage using external models.

To score data using external models, the model files must be stored in Vantage. Users can store the models in any table in Vantage. The table must have at least the following two columns:
Column Name Column Type
model_id VARCHAR(of any length)
model BLOB
  • These functions are available based on Vantage version.
  • Import these functions only after establishing the connection to Vantage.

    These functions may not work properly if these are imported before context creation.

  • You can check whether these functions are available or not by running the function display_analytic_functions().
    • If these functions are available for the corresponding Vantage version, then display_analytic_functions() displays those functions.
    • Otherwise, these functions are not displayed in display_analytic_functions() output.