When Client is Connected to VantageCloud Lake | teradataml OpenSourceML - When Client is Connected to VantageCloud Lake - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
Prerequisites to run teradataml open-source machine learning functions when your local machine is connected to VantageCloud Lake:
  • Execution of the teradataml open-source machine learning functions depends on APPLY table operator.
  • You can set up a user environment with required packages using teradataml Open Analytics APIs. Once the user environment is created, you can set the following to make sure teradataml open-source machine learning functions could use the environment.
    from teradataml import configure
    confiure.openml_user_env = <Object of UserEnv class>
  • If no configuration option is provided by the user, teradataml open-source machine learning functions use the default openml_env user environment.

    This default environment has latest Python and scikit-learn versions that are supported by Open Analytics Framework at the time of creating environment.

  • Version of the Python package installed must be same on both local system and Lake user environment.