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.
- Import teradatamlwidgets for BYOM scoring functions.
from teradatamlwidgets import byom_functions
- Call the teradatamlwidgets using the Ui constructor.
ui = byom_functions.Ui()
- 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.
Optional Arguments