The SPSS Modeler is a data-mining tool by IBM. It's UI is user-friendly and easy to use, yet it is a great tool for data manipulation, data mining and data science. If you have trouble using it's built-in scripting language for stream automatisation, it might be useful to tag Python as well.
Questions tagged [spss-modeler]
136 questions
1
vote
3 answers
SPSS Restructure Data
I have data in the following format:
ID Var1
1 a
1 a
1 b
1 b
2 c
2 c
2 c
I'd like to convert it (restructure it) to the following format in SPSS:
ID Var1_1 Var1_2 Var1_3 Total_Count
1 n(a)=2 n(b)=2 n( c )=0 4
2 …

Karim Souidi
- 11
- 1
1
vote
1 answer
Aggregate the columns based on a condition in SPSS modeler
I would like to add the values based on a column:
For example: The input table looks like this:
USERS Order_date Number_of_orders
alice 01-01-2014 2
alice 19-01-2014 5
alice 20-05-2014 8
bob 03-01-2014 …

ashwini
- 156
- 12
1
vote
2 answers
R node not showing up in SPSS modeler palette
I have SPSS modeler 18.1 installed. I want to use R in SPSS modeler.
So I installed R version 3.4.2 and R essentials for SPSS Modeller 18.1. But when i open the SPSS modeler, R node is not showing up in the palette.
What could be the issue?
Thank…

ashwini
- 156
- 12
1
vote
1 answer
Request to Machine Learning service on Bluemix using Python
I'm struggling in find a way to send data and have back the prediction of a SPSS model deployed on Bluemix Machine Learning service.
I make a lot of test using request library in Python or with curl command but I did not succeed.
I'm too new to…

Filippo Leoncini
- 347
- 3
- 15
1
vote
2 answers
How to create SPSS Modeler data using R
I am working with SPSS Modeler and have Essentials for R installed.
I am trying to get a very simple test case to work, where I send data into an R Transform node and overwrite the data with data created in R.
In the sample below I use the Iris…

Morridini
- 15
- 4
1
vote
0 answers
Connect Cloudant Bluemix with SPSS
I'm trying to connect Cloudant Database from Bluemix to SPSS modeler, following a tutorial from here but what I get is the error message
Anyone can help me?
Here is my model followed the tutorial

Windy764
- 77
- 7
1
vote
2 answers
How to build "if statement" in SPSS Modeler?
could you please advise how to build "if statement" in SPSS Modeler if we have two data sources?
One data source (1) is a table (an output node generated by SPSS Modeler) where all the IDs are listed with which we need to work further.
Another…

Patricia
- 41
- 1
- 6
1
vote
0 answers
How to set more conditions (targets) in the Time Series Node in SPSS Modeler?
could you please advise if it is possible to calculate the predictions in SPSS Modeler when having two conditions for the model
i.e. we need to calculate the future values for the respective ID and at the same time we need to see the split per…

Patricia
- 41
- 1
- 6
1
vote
5 answers
Comparing multiple items
I am trying to compare if a field has any value among a list of integers.( Ex: if MCC = 3001 || 3002 || 30004) in SPSS modeller. But the list of possible values is very long. Can anyone tell me how I can pass a list to it for comparing single values…

ROma
- 57
- 6
1
vote
1 answer
SPSS Modeler 17 : Get the next not null value
I am currently using the filler node in SPSS Modeler 17 to deal with my null values.
I want to replace blank values by incrementing or decrementing values between two not null values.
For example, if I have the following values…

Cecel
- 13
- 4
1
vote
1 answer
deploying apriori rulsets to the dataset in R
I have a question regarding apriori rule deployment in R. I basically want to assign a predcition(item) and a confidence value to each customer so I can create a simple recommending system, so below is a subset of my rule set which I have…

Teddy Kim
- 11
- 3
1
vote
0 answers
Unable to install spss modeller
I downloaded and installed ibm spss modeller 18.0. When I run the application, it asks for the mail id to start the trial period. After entering the mail id, the application just vanishes, and nothing else happens! I have got no mail either. What…

Supriya
- 1,940
- 24
- 23
1
vote
0 answers
Eport PCA Nugget output to html in SPSS Modeler 16 using Python
I'm trying to export PCA nugget to an HTML file using Python, but I get this error while trying to do so.
Script error (Cannot export '"Factor_Analysis":factor[model@id5YWTDKXKEW9]' with the format 'HTML')
I used the following piece of code to get…

Ron Thomas
- 737
- 1
- 8
- 20
1
vote
0 answers
SPSS Incorrectly Displaying CHAR
I have a DB2 database connected to SPSS Modeler v.17. Currently most of the tables in DB2 use a unique identifier column that is the CHAR(16) FOR BIT DATA type. This column displays fine in DB2, but when I query the data from within SPSS the values…

Eric Crowley
- 9
- 3
1
vote
2 answers
Import SPSS statistics data tree model into SPSS modeler?
I am trying to use SPSS Modeler to test a decision tree model built in SPSS statistics, but I can't find any straightforward way to do it (only xml export, which I cannot import later). I also tried to re-build the model in Modeler using the same…

vabm
- 285
- 7
- 16