Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Can Rapidminer save a machine learning model in ONNX format?
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
0
Answers
Dortmund, Germany
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.