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
How to export the RM results.
paulgureghian
Member Posts: 3 Learner I
How to export the output of RM to a Python file. or any kind of file. how to use the RM info in a Python script manually ?
Tagged:
0
Answers
Hi Paul,
You can do it in many ways, but here are two simple ones.
The advantage of using the Python Extension is that your project is contained within RapidMiner, and that gives you a lot of flexibility (I just tweeted about a case here, where I had to extend RapidMiner's functionalities with Python because there are no lemmatization systems available for Spanish). The advantage of exporting your results to CSV, Excel or a Database are that you aren't limited to Python, and can use Java, Ruby, or whatever you want with the proper libraries.
Hope this helps,