SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 17269: Probabilities might not be adjusted properly in Decision node output

DetailsHotfixAboutRate It

Predicted probabilities output from the Decisions node of SAS® Enterprise MinerTM might be incorrect in any of these three situations:

  1. A flow with an Input Data Source node followed by a Regression node and a Decisions node will return incorrect scorecode and prior probabilities when the Input Data Source has priors defined, and the Decisions node has new priors defined.

    The score code will appear similar to this example (good_bad is the target variable with levels good and bad):

       *------------------------------------------------------------*;
       *Posterior Probabilities: good_bad;
       *------------------------------------------------------------*;
         1 = P_good_badgood * 0.7 / 0.9;
         2 = P_good_badbad * 0.3 / 0.1;
    

    However, it should say:

       *------------------------------------------------------------*;
       *Posterior Probabilities: good_bad;
       *------------------------------------------------------------*;
         P_good_badgood = P_good_badgood * 0.7 / 0.9;
         P_good_badbad = P_good_badbad * 0.3 / 0.1;
    
  2. In a similar flow, the updating posterior probabilities section of the score code is incorrect. The posterior probabilities are not correctly adjusted when modifying existing priors in the Decisions node (that is, prior probabilities were used when modeling the target, and new ones are specified in the Decision nodes.) This affects the posterior probabilities created by the Decisions node, and thus the assessment results of the new model will not be correct.
  3. A baseline model is created by adding a Decisions node without a preceding modeling node. If you have previously defined priors and bring up the Decisions window in the Decisions node without modifying the prior probabilities, then the posterior probabilities for the baseline model will not be adjusted with the prior probabilities.

Select the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Enterprise MinerMicrosoft Windows XP Professional5.25.39.1 TS1M39.1 TS1M3 SP4
Microsoft Windows NT Workstation5.25.39.1 TS1M39.1 TS1M3 SP4
Microsoft® Windows® for 64-Bit Itanium-based Systems5.25.39.1 TS1M39.1 TS1M3 SP4
Microsoft Windows Server 2003 Standard Edition5.25.39.1 TS1M39.1 TS1M3 SP4
Microsoft Windows 2000 Server5.25.39.1 TS1M39.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition5.25.39.1 TS1M39.1 TS1M3 SP4
Microsoft Windows Server 2003 Enterprise Edition5.25.39.1 TS1M39.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server5.25.39.1 TS1M39.1 TS1M3 SP4
Microsoft Windows 2000 Professional5.25.39.1 TS1M39.1 TS1M3 SP4
Microsoft Windows 2000 Advanced Server5.25.39.1 TS1M39.1 TS1M3 SP4
Solaris5.25.39.1 TS1M39.1 TS1M3 SP4
64-bit Enabled Solaris5.25.39.1 TS1M39.1 TS1M3 SP4
HP-UX5.25.39.1 TS1M39.1 TS1M3 SP4
Linux5.25.39.1 TS1M39.1 TS1M3 SP4
HP-UX IPF5.25.39.1 TS1M39.1 TS1M3 SP4
64-bit Enabled HP-UX5.25.39.1 TS1M39.1 TS1M3 SP4
AIX5.25.39.1 TS1M39.1 TS1M3 SP4
Tru64 UNIX5.25.39.1 TS1M39.1 TS1M3 SP4
64-bit Enabled AIX5.25.39.1 TS1M39.1 TS1M3 SP4
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.