
verticapy.machine_learning.vertica.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¶
- str
the SQL code needed to deploy the model.