Hi All,
How to export a sas code from SAS E-miner to PMML file.
Or is there any procedured or code to create a PMML file using BASE SAS.
Thanks in Advance,
Ragesh.S
Ragesh,
As Mohamed pointed out, I would recommend that you start by taking a look at the Help documentation to get an understanding of what is supported within EM for PMML generation. From EM, select Help->Contents from the toolbar. When this opens, simply do a search for PMML. The first link that is listed provides a good overview of this functionality. From this, the following nodes support the generation of PMML code:
Association
Cluster
Regression
Dmine Regression
Decision Tree
Neural Network
AutoNeural
For those that are supported, if the EM_PMML flag is set to Y as described above, when you run the supported nodes the PMML file will automatically be generated for you. You can view the PMML by opening the Results of the node and selecting View->Scoring->PMML Code.
If you need to enable the generation of PMML code in EM.
You should add the %let EM_PMML=Y; to your project starter code.
Return to help in EM (F1) for more details, search for PMML. As in the capture above.
You will find more details about which nodes support the PMML options and other there.
Hi Mohamad Zaki,
Thanks for your response.
I am totally new to E-Miner.
Can you give a detailed step as how to create a PMML file using E-Miner once we add
%let EM_PMML=Y.
Thanks in Advance,
Ragesh.S
Ragesh,
As Mohamed pointed out, I would recommend that you start by taking a look at the Help documentation to get an understanding of what is supported within EM for PMML generation. From EM, select Help->Contents from the toolbar. When this opens, simply do a search for PMML. The first link that is listed provides a good overview of this functionality. From this, the following nodes support the generation of PMML code:
Association
Cluster
Regression
Dmine Regression
Decision Tree
Neural Network
AutoNeural
For those that are supported, if the EM_PMML flag is set to Y as described above, when you run the supported nodes the PMML file will automatically be generated for you. You can view the PMML by opening the Results of the node and selecting View->Scoring->PMML Code.
Thanks for your response Susan.
Is there any way to directly create PMML files from SAS Data integeration studio..??
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.