dlpy.model.Model.from_table

classmethod Model.from_table(input_model_table, display_note=True, output_model_table=None)

Create a Model object from CAS table that defines a deep learning model

Parameters
input_model_tableCASTable

Specifies the CAS table that defines the deep learning model.

display_notebool, optional

Specifies whether to print the note when generating the model table.

output_model_tablestring or dict or CAS table, optional

Specifies the CAS table to store the deep learning model. Default: None

Returns
Model