Can Rapidminer save a machine learning model in ONNX format?

JBlokdijkJBlokdijk Member Posts: 4 Contributor I
Hello,

I have been reading about the open format for machine learning models called ONNX - Open Neural Network Exchange. See onnx.ai for more information.

Is it curently possible to save RapidMiner models in this format? If not, is that something that is considered for a future release?

Thanks very much,
Jeroen

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,503 RM Data Scientist
    Hi,
    we don't support it right now.
    Best,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • JBlokdijkJBlokdijk Member Posts: 4 Contributor I
    Hi Martin,

    Thanks for the reply. One question remains: is it something that is considered for a future release or is it just never going to happen?

    Regards,
    Jeroen
  • rfuentealbarfuentealba Moderator, RapidMiner Certified Analyst, Member, University Professor Posts: 568 Unicorn
    Hi Jeroen,

    Many RapidMiner-generated models have embedded information that is used for the Simulator and other features that are part of the RapidMiner platform. Exporting those nuances to the ONNX format can be a little difficult. Take this with a grain of salt, though, as it is my opinion as a user and not part of the RapidMiner core.

    While you cannot export your RapidMiner models to ONNX, there is something you can do though, if you are in need for ONNX-RapidMiner interaction: you can use the Python extension to work with ONNX models inside RapidMiner, which internally hooks RapidMiner datasets into Pandas dataframes to be used inside a script.

    All the best,

    Rodrigo.
  • falsakkafalsakka Member Posts: 1 Learner I
    Does RapidMiner support ONNX format now? 
Sign In or Register to comment.