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.

Python Module Help!

trailblazertrailblazer Member Posts: 2 Contributor I
edited August 2019 in Help
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!
Tagged:

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,531 RM Data Scientist
    Hi,

    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
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
Sign In or Register to comment.