Questions tagged [enterprise-miner]

SAS Enterprise Miner streamlines the data mining process to create highly accurate predictive and descriptive models based on analysis of vast amounts of data from across the enterprise

SAS Enterprise Miner streamlines the data mining process to create highly accurate predictive and descriptive models based on analysis of vast amounts of data from across the enterprise. Forward-thinking organizations today are using SAS data mining software to detect fraud, anticipate resource demands, increase acquisitions and curb customer attrition.

To get more information about the tool check out the following link : http://support.sas.com/software/products/miner

21 questions
2
votes
1 answer

Unbalanced model, confused as to what steps to take

This is my first data mining project. I am using SAS Enterprise miner to train and test a classifier. I have 3 files at my disposal, Training file : 85 input variables and 1 target variable, with 5800+ observations Prediction file : 85 input…
Imad
  • 2,358
  • 5
  • 26
  • 55
2
votes
1 answer

SAS Enterprise Miner Server Directory

I am new to SAS enterprise Miner and trying to create my first project. When I click on "New Project", I was prompted to enter "project name" and "server directory". When I entered a project-name and local-directory (C:\Folder-name) I am getting…
2
votes
4 answers

Error in Using Association Rule on SAS Enterprise Miner

I just started using SAS EM. And I imported an excel file with three variables into SAS EM: Customerid, Item and Sequence. Sequence stands for the sequence of transaction in this person's shopping history). I linked the file import node with…
Yu Ma
  • 21
  • 1
  • 2
1
vote
1 answer

Converting a target interval variable into class variable i.e., 0 and 1 in SAS Enterprise Miner

I have a target variable which is called profit and which has values in +ve or -ve. I want to convert this into binary such that ive profit is 0 and +ve profit is 1. So far i am unable to do this in SAS Enterprise Miner.
ahad lone
  • 37
  • 5
1
vote
0 answers

Creating Dummy Variable in SAS Enterprise Miner

Can any one suggest as to how can we create custom dummy variables in SAS Enterprise Miner? For eg say I have a variable Var1 & I want to create a dummy variable Var2 when Var1 >=1 if Var1>=1 the Var2=1; else Var2=0; Can this be achieved using…
user6016731
  • 382
  • 5
  • 18
1
vote
1 answer

SAS EM - Replacing missing interval variable values with user-defined value

How do I replacing missing interval variable values with a user-defined value? I have been through all the options I can see in the Impute and Replacement nodes, but have not found anything. Google returns a 2003 SAS document that shows how you used…
user5477513
1
vote
1 answer

SAS Enterprise Miner split Dataset by binary variable

I am using the SAS Enterprise Miner 13.2. I have a SAS table as a data source. In this table i have a binary variable D_TYP ( "I" and "P" ) and other categorical variables. I want to split the data by D_TYP so i got two tables. One with all "I" and…
Adrian
  • 97
  • 12
1
vote
1 answer

Support results in association rules are less than 5%

I am facing an issue with Association rules. I have a dataset which consists of transaction ID and ProductID I have edited the variable and changed TransactionID role to "ID" and productID role to "Target" The minimum support % is set to 5%. But…
maverick
  • 129
  • 1
  • 3
  • 14
0
votes
0 answers

SAS Enterprise Miner - never get check mark until close and reopen project

Relative newb to sas enterprise miner. Whenever I run a node I almost never get the green check mark and the status bar at the bottom shows running. However, if I close and reopen the project the check mark shows and then I can proceed. Any idea…
0
votes
0 answers

SAS Miner - Run Time Error - Error Code: 1012

SAS Enterprise Miner 14.1 I run a number of models (20+) as part of a monthly update. I am getting this error code when I try and run a regression model for some of the models, and not for others. This is very confusing as they all use the same data…
James A
  • 1
  • 5
0
votes
1 answer

Association Rule Mining (Confidence and Lift)

I am currently operating a specific project for my university. What I will be doing in the project is building a cross-selling model with association rule mining. In the result, I have tons of rules but I am not sure how to rank them which would…
0
votes
2 answers

How to view the imported dataset in sas enterprise miner

I have imported a dataset into SAS Enterprise miner using the file import node.Now how can I explore and view the imported data set within SAS Enterprise miner?
0
votes
1 answer

SAS Enterprise Miner: Extract predicted values Decision Trees

I've been looking for the solution to this for since long. I need to extract the resultant predicted values on running a Decision tree model on Test dataset in SAS Enterprise Miner. However, I see the fit stats, output, treemap etc but couldn't find…
Ashwini
  • 41
  • 8
0
votes
1 answer

Statistics checkbox disabled

I'm following the walkthrough called Data Mining Using SAS Enterprise Miner: A Case Study Approach (PDF). On pdf page 45 it says to check the statistics box (While viewing variables in the Transform Node). However, this checkbox is disabled: How…
Travis Heeter
  • 13,002
  • 13
  • 87
  • 129
0
votes
1 answer

SAS Enterprise Miner Associaton Rules generation

I want to perform Association Rules on this dataset http://archive.ics.uci.edu/ml/machine-learning-databases/00222/. It's a dataset with customers and y is the result, if the campaign persuaded them to subscribe to a product or not. and the rest…
linous
  • 263
  • 1
  • 6
  • 17
1
2