Digital Developer Conference: a FREE half-day online conference focused on AI & Cloud – North America: Nov 2 – India: Nov 9 – Europe: Nov 14 – Asia Nov 23 Register now

Close outline
  • United States
IBM?
  • Site map
IBM?
  • Marketplace

  • Close
    Search
  • Sign in
    • Sign in
    • Register
  • IBM Navigation
IBM Developer Answers
  • Spaces
    • Blockchain
    • IBM Cloud platform
    • Internet of Things
    • Predictive Analytics
    • Watson
    • See all spaces
  • Tags
  • Users
  • Badges
  • FAQ
  • Help
Close

Name

Community

  • Learn
  • Develop
  • Connect

Discover IBM

  • ConnectMarketplace
  • Products
  • Services
  • Industries
  • Careers
  • Partners
  • Support
10.190.13.195

Refine your search by using the following advanced search options.

Criteria Usage
Questions with keyword1 or keyword2 keyword1 keyword2
Questions with a mandatory word, e.g. keyword2 keyword1 +keyword2
Questions excluding a word, e.g. keyword2 keyword1 -keyword2
Questions with keyword(s) and a specific tag keyword1 [tag1]
Questions with keyword(s) and either of two or more specific tags keyword1 [tag1] [tag2]
To search for all posts by a user or all posts with a specific tag, start typing and choose from the suggestion list. Do not use a plus or minus sign with a tag, e.g., +[tag1].
  • Ask a question

SPSS Modeler Python Scripting: Can you access and update output results?

3100005KKP gravatar image
Question by ctc999  (3) | Aug 26, 2015 at 10:41 PM spsspythonmodeling

Hi,

I am trying to use a Python script to run many different models, feed each models result to an Analysis node, then consolidate all the Analysis results into a single table

I am struggling to directly access the results from the Analysis node via my Python script.

I am also struggling to write new values back into Modeler (e.g. through updating a DataModel?) so that arbitrary data can be displayed in a table.

Right now, my solution is to have the Analysis node write the output to a file, then I programmatically open the file with Python, process the data to tabular format, write to another file, then use a separate Table node to read in the new file.

This works, but SPSS Modeler doesn't seem to have permission to delete the files created by this process - so leaves a messy directory, thus face the "Are you sure you want to overwrite" dialog.

Thanks for any assistance.

People who like this

  0
Comment
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster

1 reply

  • Sort: 
100000JQT3 gravatar image
Accepted answer

Answer by JulianClinton (156) | Aug 27, 2015 at 03:35 AM

Hi

I may not have understood exactly what you want to end up with but you could export the analysis output explicitly as text. For a single analysis node, this would look like:

 from modeler.api import FileFormat
 
 stream =  modeler.script.stream()
 session = modeler.script.session()
 tasks = session.getTaskRunner()
 
 # Assumes there's only one analysis node in the stream
 analysisnode = stream.findByType("analysis", None)
 
 results = []
 analysisnode.run(results)
 analysisoutput = results[0]
 
 tasks.exportDocumentToFile(analysisoutput, "C:/temp/output/analysis1.txt", FileFormat.PLAIN_TEXT)

You could re-run the analysis node multiple times writing to multiple files and then use standard Python to append the different files together (the "exportDocumentToFile()" function always overwrites the content which is why you will need to handle the appending of the files as a separate step).

I hope this helps.

Julian

Comment
ctc999

People who like this

  1   Show 1   Share
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
50EPKBNPB0 gravatar image yacineTB (1)   Aug 19, 2016 at 04:05 AM 0
Share

Hi,

When I try this from Spyder (Interactive Python development environment ), i have this error: ImportError: No module named modeler.api

how can i install this module please ?

Thanks for any assistance. Yacine

Follow this question

44 people are following this question.

Answers

Answers & comments

Related questions

SPSS Modeler Python Scripting: Can you access output results? results like the numbers of correct / false, or the standard deviation? 0 Answers

How to read from a .pkl file with modules 7 Answers

problems with FUZZY in PSM procedure 24 Answers

“extensions folder” empty: python essentials for spss 18 0 Answers

Error codes available for Python+SPSS ? 1 Answer

  • Contact
  • Privacy
  • IBM Developer Terms of use
  • Accessibility
  • Report Abuse
  • Cookie Preferences

Powered by AnswerHub

Authentication check. Please ignore.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • API Connect
  • Analytic Hybrid Cloud Core
  • Application Performance Management
  • Appsecdev
  • BPM
  • Blockchain
  • Business Transaction Intelligence
  • CAPI
  • CAPI SNAP
  • CICS
  • Cloud Analytics
  • Cloud Automation
  • Cloud Object Storage
  • Cloud marketplace
  • Collaboration
  • Content Services (ECM)
  • Continuous Testing
  • Courses
  • Customer Experience Analytics
  • DB2 LUW
  • Data and AI
  • DataPower
  • Decision Optimization
  • DevOps Build
  • DevOps Services
  • Developers IBM MX
  • Digital Commerce
  • Digital Experience
  • Finance
  • Global Entrepreneur Program
  • Hadoop
  • Hybrid Cloud Core
  • Hyper Protect
  • IBM Cloud platform
  • IBM Design
  • IBM Forms Experience Builder
  • IBM Maximo Developer
  • IBM StoredIQ
  • IBM StoredIQ-Cartridges
  • IIDR
  • ITOA
  • InformationServer
  • Integration Bus
  • Internet of Things
  • Kenexa
  • Linux on Power
  • LinuxONE
  • MDM
  • Mainframe
  • Messaging
  • Node.js
  • ODM
  • Open
  • PartnerWorld Developer Support
  • PowerAI
  • PowerVC
  • Predictive Analytics
  • Product Insights
  • PureData for Analytics
  • Push
  • QRadar App Development
  • Run Book Automation
  • Search Insights
  • Security Core
  • Storage
  • Storage Core
  • Streamsdev
  • Supply Chain Business Network
  • Supply Chain Insights
  • Swift
  • UBX Capture
  • Universal Behavior Exchange
  • UrbanCode
  • WASdev
  • WSRR
  • Watson
  • Watson Campaign Automation
  • Watson Content Hub
  • Watson Marketing Insights
  • dW Answers Help
  • dW Premium
  • developerWorks Sandbox
  • developerWorks Team
  • Watson Health
  • More
  • Tags
  • Questions
  • Users
  • Badges