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
0
votes
1 answer
Running R in SPSS Modeller V17 - Version issues
I have SPSS V17 and want to run dplyr package in the r transform node. I am getting the following error
Error: This is R 3.1.0, package 'dplyr' needs >= 3.1.2"
Do I have to load the dplyr 3.1.0 only package or is there another solution ?

MP61
- 169
- 2
- 2
- 11
0
votes
1 answer
Keep Column types from Java ResultSet in CSV export
I'm currently building a tool that pulls data directly from a database because SPSS Modeler is too slow and store it in a Java ResultSet first of all.
But I try to export the data into a CSV (or similar) file and try to keep as much column types as…

LukasM
- 1
- 2
0
votes
1 answer
CLEM Forecast Script in SPSS Modeler
I'm struggling with a forecast script that I found in a modeler cookbook, it should be easy to solve but this was away too long ago i did this type of thing.
Error message: Expected a number in the range '1' to '0' but found '1'
The script…

rZebra
- 39
- 4
0
votes
1 answer
Cache part of experiment in AzureML same as SPSS modeler?
I want to cache part of the stream executed successfully (marked as tick) in Azure ML so that next time run will start from the same point onwards.
Any help is appreciable.

NS Patil
- 3
- 4
0
votes
1 answer
Define a global variable in SPSS Modeler
I want to create a variable that contains @GLOBAL_MEAN(myField) and use it in several nodes. How can I do that in SPSS Modeler 16.0 ?
When I add a derive node and create a new variable with the value @GLOBAL_MEAN(myField)I get the following error:…

deltascience
- 3,321
- 5
- 42
- 71
0
votes
1 answer
Can I add python script to SPSS Modeler 16?
I'm trying to build an analytic model with SPSS Modeler 16.0 and there is some parts that are easy to do with Python. Now my question is what are the limits for using python or jython scripting in SPSS ?
Can I import all the libraries that I want as…

deltascience
- 3,321
- 5
- 42
- 71
0
votes
1 answer
Can't run k-means with SPSS Modeler 16
I'm using IBM SPSS modeler 16.0 to analyze my data that have four fields and all of them are retrived from a database as string and converted to numbers with the node replace using to_number(). When I connect my node to k-means node to create the…

deltascience
- 3,321
- 5
- 42
- 71
0
votes
1 answer
Delete output files from folder SPSS Modeller
I am outputting/exporting results to an excel file using the Excel Export node.
I would like to delete or overwrite any old existing files in that folder.
Can this be done?
Thanks for any help.

ozzboy
- 2,672
- 8
- 42
- 69
0
votes
1 answer
R scripting in SPSS Modeler 16: change default "rowCount=1000" for modelerData
When applying R transform Field operation node in SPSS Modeler, for every script, the system will automatically add the following code on the top of my own script to interface with the R Add-on:
while(ibmspsscfdata.HasMoreData()){
…

KeepMoving
- 3
- 3
0
votes
1 answer
MarkLogic: Connectors to SPSS
I have a question regarding connecting MarkLogic and SPSS Modeler
- I have my data stored in MarkLogic.
- I want to do text mining in SPSS using the data stored in MarkLogic.
- How do I connect SPSS and MarkLogic?

Udankar
- 21
-1
votes
1 answer
How to returns the number of records that have passed since EXPR in Python
I'm trying to replicate the IBM SPSS function @SINCE using Python and Pandas, but unfortunately, I've got stuck in a part of my process.
Is there a direct function that replicates IBM SPSS CLEM @SINCE using python?
Here is the link for more info:…
-1
votes
1 answer
How to choose "Multinominal" & "Bionominal" in SPSS Modeler?
I'm trying to make a simple model, at the final stage, I have 2 options as a procedure (i) Multinominal (ii) Bionominal. But when I'm choosing "Bionominal" it's giving me an error & not executing, please find the attachment below. Please advise if I…
-1
votes
1 answer
License Issue when Watson Studio Academic Trial Installed on 2nd computer
I successfully installed SPSS Modeller Academic Trial and Watson Studio Desktop Academic Trial on my old computer on September 9th. Then I uninstalled these two from the old computer and tried to install them on my new laptop a week later. Then I…

Lili025
- 1
-1
votes
1 answer
How do I deploy my existing SPSS streams takes input from DB using WML in Watson Studio
Earlier when Machine Learning service was part of Bluemix, I use to deploy my SPSS Modeler streams easily and these SPSS streams where having Dashdb connectivity through Json Script. However, in Watson Studio, I do not find that connectivity for…

Sunil
- 1
-1
votes
1 answer
how to install IBM dashdb ODBC driver for Windows 10 and connecting that to SPSS Modeler
I'm trying to connect to dashDB through my SPSS Modeler stream with the database source node, but I'm at a total loss as to how to do it. I downloaded the DB2® v11.1 IBM Data Server Driver Package, but I don't know what to do next. Help, pls!

user2880990
- 29
- 1
- 4