Loading...

verticapy.machine_learning.vertica.automl.AutoML.deploySQL#

AutoML.deploySQL(X: str | list[str] | 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#

str

the SQL code needed to deploy the model.