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-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!

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