In SAS DLPy, which Python package provides the CAS connection object used when initializing deep learning models?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Here's the deal — b is correct because SAS DLPy is built on the SWAT (SAS Wrapper for Analytics Transfer) package. A SWAT CAS connection object (swat.CAS(host, port, username, password)) is passed to DLPy model objects for CAS server communication.
Full explanation below image
Full Explanation
B is correct because SAS DLPy is built on the SWAT (SAS Wrapper for Analytics Transfer) package. A SWAT CAS connection object (swat.CAS(host, port, username, password)) is passed to DLPy model objects for CAS server communication. A is wrong; Sequential accepts a CAS connection but that must be a swat.CAS object. C and D are not valid DLPy class names.