Options

Model exporting into other platforms

AshrafRoushdyAshrafRoushdy Member Posts: 2 Newbie
Now I trained my Model on RapidMiner, I want to export it and use it on python/R code, any guide/tutorial on this ?

Best Answers

  • Options
    kypexinkypexin Moderator, RapidMiner Certified Analyst, Member Posts: 291 Unicorn
    Solution Accepted
    Hi @AshrafRoushdy

    The general answer to you question would be: no, it's usually not possible to export and use the model outside RapidMiner.
    However, for some type of models this is possible with some workarounds.

    This is one answer to a similar question: https://community.rapidminer.com/discussion/comment/46804#Comment_46804. It mentions tree based models and an relatively easy way to export these; however, I never tried to do it myself with trees.

    From my own experience, it is possible export regression models because logically regression is just an equation with certain set of coefficients. I have performed that with both linear and logistic regression, in order to deploy trained models in a specific CRM environment; however this requires coding and the process is not automated, so you still cannot produce a code from RapidMiner model automatically. 

Answers

Sign In or Register to comment.