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

Generate interpretation

INHYEOK_SONGINHYEOK_SONG Member Posts: 11 Learner I

Is the newly added Generate interpretation not yet recognized by the execute python model?

Best Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
    Solution Accepted
    Hi,
    i think if you use the new python operator framework which we released with 9.9 this should be possible. I've not tested it though.
    Best,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
    Solution Accepted
    Hi,
    as mentioned above, please do not try Execute Python. This cannot work, because you return a pickeled python object.

    Please use PoF instead. The operator is called Python Learner.

    Best,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
    Solution Accepted
    Sorry, this is a bit my fault.

    With 9.9 we added two new operators to the python extension. They are called 'Python Learner" and 'Python Transformer'.

    We call them Python Operator Framework (PoF) internally, since you can write your own operators using python with them.

    Best,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany

Answers

  • INHYEOK_SONGINHYEOK_SONG Member Posts: 11 Learner I
    excute python 9.9 not work
  • INHYEOK_SONGINHYEOK_SONG Member Posts: 11 Learner I
    Thank you. I'll ask you one more question.
    Can you tell me which operator the PoF refers to? I've only tried python connection with excute python, so I don't know what operator PoF is.
  • INHYEOK_SONGINHYEOK_SONG Member Posts: 11 Learner I
    Thank you very much. It's a necessary feature, but thank you for making it.
Sign In or Register to comment.