Problem Note 17269: Probabilities might not be adjusted properly in Decision node output
Predicted probabilities output from the Decisions node of SAS® Enterprise MinerTM might be incorrect in any of these three situations:
- 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;
- 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.
- 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
SAS System | SAS Enterprise Miner | Microsoft Windows XP Professional | 5.2 | 5.3 | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Microsoft Windows NT Workstation | 5.2 | 5.3 | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 5.2 | 5.3 | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Standard Edition | 5.2 | 5.3 | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Server | 5.2 | 5.3 | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Datacenter Edition | 5.2 | 5.3 | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Enterprise Edition | 5.2 | 5.3 | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Datacenter Server | 5.2 | 5.3 | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Professional | 5.2 | 5.3 | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Advanced Server | 5.2 | 5.3 | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Solaris | 5.2 | 5.3 | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
64-bit Enabled Solaris | 5.2 | 5.3 | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
HP-UX | 5.2 | 5.3 | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Linux | 5.2 | 5.3 | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
HP-UX IPF | 5.2 | 5.3 | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
64-bit Enabled HP-UX | 5.2 | 5.3 | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
AIX | 5.2 | 5.3 | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Tru64 UNIX | 5.2 | 5.3 | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
64-bit Enabled AIX | 5.2 | 5.3 | 9.1 TS1M3 | 9.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.
Type: | Problem Note |
Priority: | alert |
Topic: | Analytics ==> Transformations Analytics ==> Data Mining
|
Date Modified: | 2008-03-14 13:01:58 |
Date Created: | 2006-03-16 09:45:15 |