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

Integrate model with third party tool

SwatiSwati Member Posts: 4 Learner I
I want to deploy my model and use it with a third party tool like excel or so, that increases the ease of use for the end user.

Best Answer

Answers

  • BalazsBaranyBalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn
    Hi,

    the way you deploy your model depends on many factors. Some hints:

    - Simple models like linear regression, GLM, decision trees (check out Tree to Rules) can be easily translated into a programming language or an Excel formula.

    - The recommended way to deploy complex models (and entire model application processes) is RapidMiner Server. On the Server you can define services that call your RapidMiner process on data provided by the client and return the results.

    - If you need the highest available processing speed, you can look into the Real-Time Scoring Agent

    Regards,

    Balázs
  • SGolbertSGolbert RapidMiner Certified Analyst, Member Posts: 344 Unicorn
    Hi @Swati

    You can connect Excel to RM Server by using web services. I have covered the topic in a post not long ago:


    The same goes for other 3rd party software, web services is the way to go!

    Regards,
    Sebastian

Sign In or Register to comment.