Set up BYOM Scoring Functions in Teradataml Widgets | teradatamlwidgets - Set up BYOM Scoring Functions in Teradataml Widgets - Teradata VantageCloud Lake

Lake - Analyze Your Data with ClearScape Analytics™

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2026-02-20
dita:mapPath
tcl1683670667798.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
tcl1683670667798

Create a notebook (i.e., Jupyter notebook, Google collab, etc). The teradatamlwidget_demos.zip file includes "BYOM Tutorial.ipynb" in a notebook. The following steps use the Jupyter notebook.

See byom_functions.Ui.

  1. Import teradatamlwidgets for BYOM scoring functions.
    from teradatamlwidgets import byom_functions
  2. Call the teradatamlwidgets using the Ui constructor.
    ui = byom_functions.Ui()
  3. Optional Arguments

  4. Use the optional arguments to set up parameters in byom_function.Ui. When you run the cell, the UI gets populated with the pre-selected choices. Each parameter has an argument which is used to set the parameter in the constructor.

    Teradataml Widgets - BYOM UI view with optional arguments selected