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: - conn : CAS
The CAS connection object.
- path : string
The path of the sashdat file, the path has to be accessible from the current CAS session.
- output_model_table : string or dict or CAS table, optional
Specifies the CAS table to store the deep learning model.
Default: None
Returns: