Reputation: 1825
I have seen some automl tools being able to export the models (including the features) as an approximate model in python. For example Datarobot has Prime which is pretty cool.
Is this something we can do in Rapidminer as well ?
Upvotes: 0
Views: 276
Reputation: 792
you have several options here, depending on your actual use case:
In RapidMiner you can store any model in your repository and run it on any other RapidMiner instance with the generic Apply Model Operator.
For most of the models you can use the pmml extension to export it in a common format.
If you are interested in the parameters and the description of the models, the converters extension has operators to transform a model into an example set.
Upvotes: 1