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
Python Module Help!
trailblazer
Member Posts: 2 Contributor I
Hi guys! I can't seem to find any good documentation on the python module for rapid miner. How are we supposed to format return values? How do I see my print statements?
Thanks in advance!
Thanks in advance!
Tagged:
0
Answers
example sets are given and returend as pandas dataframes. Any other data format can be pushed out as a file object in rapidminer, but not used in rapidminer. Of course you can return a sklearn model to rm, save it there and use it in another python scripting operator.
The console output is shown in the Log View.
Cheers,
Martin
Dortmund, Germany