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_table : CASTable

Specifies the CAS table that defines the deep learning model.

display_note : bool, optional

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

output_model_table : string or dict or CAS table, optional

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

Returns:
Model