dlpy.model.Model.from_sashdat

classmethod Model.from_sashdat(conn, path, output_model_table=None)

Generate a model object using the model information in the sashdat file

Parameters
connCAS

The CAS connection object.

pathstring

The path of the sashdat file, the path has to be accessible from the current CAS session.

output_model_tablestring or dict or CAS table, optional

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

Returns
Model