BYOM | Teradata Package for Python - BYOM - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

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.