BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
nismail1976
Fluorite | Level 6

Hello everyone,

 

I am having a problem with EM scorecard node. When I set  the "Use frozen groupings to yes in the interactive grouping node  after I have fixed my Weights of evidence, I try to run scorecard node but I get a run time error. I believe that I need to add a sas code node between interactive grouping and scorecard node with the following code from sas website:

 

data emws<N>.ign<M>_splitvals;
set emws<N>.ign<M>_splitvals;
if _split_value_="MISSING" then _split_Value_="Missing";
run;

 

 

my problem is that after adding sas code node between interactive grouping and scorecard Node, it is still giving the same run time error. what am I doing wrong,can someone help please?

 

 

Thanks

 

1 ACCEPTED SOLUTION
1 REPLY 1

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
  • 1127 views
  • 0 likes
  • 2 in conversation