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_SONG
Member Posts: 11 Learner I
in Help
Is the newly added Generate interpretation not yet recognized by the execute python model?
0
Best Answers
-
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data ScientistHi,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, Germany0 -
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data ScientistHi,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, Germany0 -
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data ScientistSorry, 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, Germany0
Answers
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.
Thank you very much. It's a necessary feature, but thank you for making it.