BookmarkSubscribeRSS Feed
Jalpesh
Calcite | Level 5

Need help on deployment of GBM model in SAS Eminer.

 

We have developed the model using gradient boosting node in SAS Eminer. As it generates long scoring code, it gets truncated and provide path where the full code is saved.  To check the model lift and do OOT, we have used the full score code using the following step:

 

filename score1 '/sasdata/SAS_MINING/EminerProjects/MH/Workspaces/EMWS1/Boost/EMPUBLISHSCORE.sas ';

data score;
set lib.base_GBM;
%include score1;
run;

 

GBM model provided higher lift compared to neural and logistic model. Formodel deployment, we execute the score node and score code export node. After executing the score code export node, we share the file details with the deployment team. unlike logistic and Neural model, deployment team is not able to deploy GBM model.  They are getting the error while executing xml and scoring code. What can be a reason for this? Is it due to truncation of code even after running score code export node? Please help to resolve this issue.  We want to figure out a way to get the complete code after running score code export node.

 

Details shared with deployment team (After running score code export node)

 

Folder Created:  /sasdata/SAS_MINING/EminerProjects/MH/Score/sassrv_6

 

Files:

SAS Code:        score.sas

Code XML:        score.xml

Output XML:      score_62.xml

Training Data:   traindata.sas7bdat

Sample Data:     scoredata.sas7bdat

 

Thanks.

1 REPLY 1
WendyCzika
SAS Employee

Please contact SAS Technical Support for help with this issue: https://support.sas.com/techsup/contact/

 

 

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to choose a machine learning algorithm

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.

Discussion stats
  • 1 reply
  • 1137 views
  • 0 likes
  • 2 in conversation