In SAS Viya, which capability allows external Python scikit-learn models to be registered in SAS Model Manager for centralized governance?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Here's the deal — b is correct because SAS Model Manager requires external Python models to be packaged as ZIP archives containing the model binary (e.g., .pkl), Python score code (score.py), and metadata files defining input/output schemas. A is wrong; a raw .pkl alone cannot be imported.
Full explanation below image
Full Explanation
B is correct because SAS Model Manager requires external Python models to be packaged as ZIP archives containing the model binary (e.g., .pkl), Python score code (score.py), and metadata files defining input/output schemas. A is wrong; a raw .pkl alone cannot be imported. C is wrong; no such ASTORE conversion bridge exists. D is wrong; PROC HPML is not a real SAS procedure for this purpose.