Executing RapidMiner Process on Php button click

AyeshaAyesha Member Posts: 1 Newbie
edited April 2019 in Help
I've .xml file of my rm process. i want to run rm process on php button click which then displays the result of process in a textbox. Please help!.

Answers

  • varunm1varunm1 Moderator, Member Posts: 1,207 Unicorn
    Hello @Ayesha

    If you are asking for a PhP API for rapidminer, I don't see anything available especially that can display results. The general way is to use rapidminer server for web services. 

    You can run the process from command line

    @mschmitz or @BalazsBarany might have some workaround for this.

    Correct me if my understanding is not correct.

    Thanks
    Regards,
    Varun
    https://www.varunmandalapu.com/

    Be Safe. Follow precautions and Maintain Social Distancing

  • sgenzersgenzer Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager
    yes you're right @varunm1. This is the classic use case for using a RapidMiner Server webservice. 

    Scott

  • SGolbertSGolbert RapidMiner Certified Analyst, Member Posts: 344 Unicorn
    Hi,

    you definiely need the server for this. There are workarounds but they suck. You would basically have to have an external web service (something like Python's Flask) that triggers the command line of RM Studio. And Studio takes quite some time to load up . . .

    Regards,
    Sebastian
Sign In or Register to comment.