using rapid miner in browser
Hey guys,
I am currently working on a project for class and I am trying to connect RapidMiner Studio to a MySQL database. Is this possible? In addition, after it is connected, is it possible to control operations done in RapidMiner from a web browser dynamically?
To be more specific, I am using a decision tree to make a prediction on student performance. I want the data provided by student in the database ( this currently collected using a PHP form) to be processed by rapid miner to give the student (on an invidual basis) a predction based on their data and other existing data in the database (the existing data is used to make the model of the decision tree).
Thanks