Problem Note 34526: The Interactive Grouping node and Interactive Binning node might treat interval inputs with few unique levels as ordinal inputs
In SAS® Enterprise Miner™, you can specify a Number of Groups property in the Interactive Grouping node, and a Number of Bins property in the Interactive Binning node. However, if you have an interval input variable that has fewer unique levels than the Number of Groups value, or the Number of Bins value (depending on which node you are using), then the interval input variable will instead be treated as an ordinal input variable in the analysis.
There are no errors or warnings to indicate that the interval variables were treated as ordinal variables.
Select the Hot Fix tab in this note to access the hot fix for this issue.
After you apply the hot fix, specify the following macro options in the project start-up code to prevent the interval input variables from being treated as ordinal input variables:
%GLOBAL EM_IGN_ApplyLevelRule EM_BINNING_ApplyLevelRule;
%let EM_IGN_ApplyLevelRule = N;
%let EM_BINNING_ApplyLevelRule = N;
If you want to return to the pre-hot fix behavior (interval input variables that have fewer unique levels than Number of Groups or Number of Bins will instead be treated as ordinal input variables), then invoke the following macro options in your project start-up code:
%GLOBAL EM_IGN_ApplyLevelRule EM_BINNING_ApplyLevelRule;
%let EM_IGN_ApplyLevelRule = Y;
%let EM_BINNING_ApplyLevelRule =Y;
Operating System and Release Information
SAS System | SAS Enterprise Miner | Microsoft® Windows® for 64-Bit Itanium-based Systems | 5.3 | 6.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 5.3 | 6.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 5.3 | 6.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows XP 64-bit Edition | 5.3 | 6.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft® Windows® for x64 | 5.3 | 6.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows 2000 Advanced Server | 5.3 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Datacenter Server | 5.3 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Server | 5.3 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Professional | 5.3 | | 9.1 TS1M3 SP4 | |
Microsoft Windows NT Workstation | 5.3 | | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Datacenter Edition | 5.3 | 6.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise Edition | 5.3 | 6.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Standard Edition | 5.3 | 6.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows XP Professional | 5.3 | 6.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
64-bit Enabled AIX | 5.3 | 6.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
64-bit Enabled HP-UX | 5.3 | 6.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
64-bit Enabled Solaris | 5.3 | 6.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
HP-UX IPF | 5.3 | 6.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Linux | 5.3 | 6.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Linux on Itanium | 5.3 | 6.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Solaris for x64 | 5.3 | 6.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Tru64 UNIX | 5.3 | 6.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
*
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 |
Date Modified: | 2010-10-18 10:22:40 |
Date Created: | 2009-01-17 23:11:39 |