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
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.