Loading...

vastorbit.machine_learning.vast.automl.AutoML.deploySQL

AutoML.deploySQL(X: Annotated[str | list[str], 'STRING representing one column or a list of columns'] | None = None) str

Returns the SQL code needed to deploy the model.

Parameters:

X (SQLColumns, optional) – List of the columns used to deploy the model. If empty, the model predictors are used.

Returns:

the SQL code needed to deploy the model.

Return type:

str