The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Rapidminer JSON output

nordinzakarianordinzakaria Member Posts: 1 Learner III
edited November 2018 in Help

Hi everyone,

 

I have a simple LinearRegression service, and I would like to make the LinearRegression.model output (linked to a result port) be available in JSON format. In RapidMiner server, I selected the output format to be JSON, and the MIME type application/jason. No parameter binding. I am expecting the JSON output to list down the values for the weights/coefficients computed by LinearRegression.  But when I test the service, nothing appear in Preview.

 

Appreciate your help/advice. Thank you.

 

Nordin

 

 

 

 

Tagged:

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist

    Hi,

     

    the JSON output converts ExampleSets and Documents into json, not arbirtrary java objects. Have a look on our Converters extension. It has an Operator Linear Regression to Example Set. This can be used together with JSON output on server.

     

    Best,

    Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
Sign In or Register to comment.