Hello R-users, I am interested to know if there is a tool that allows us to build SAS Enterprise Miner like workflows using the R scripts. For example, let's say I have the R scripts/functions for the following tasks: 1. Data Cleaning 2. Model Building 3. Model Validation 4. Visualization I would like to drag these functions into a workflow and run them together (output of one function becomes input for the next) Ideally, I would have a huge list of R functions and the user should be able to drag and drop the required R functions to the GUI based workflow. Are there any off-the-shelf tools that allow us to build such a workflow? If not, could you please provide some guidance on the best way to build it? Thank you. Ravi [[alternative HTML version deleted]]
On Thu, Apr 11, 2013 at 8:09 AM, Ravishankar Rajagopalan <vioravis at gmail.com> wrote:> Hello R-users, > > I am interested to know if there is a tool that allows us to build SAS > Enterprise Miner like workflows using the R scripts. > > For example, let's say I have the R scripts/functions for the following > tasks: > > 1. Data Cleaning > 2. Model Building > 3. Model Validation > 4. Visualization > I would like to drag these functions into a workflow and run them > together (output of one function becomes input for the next) > > Ideally, I would have a huge list of R functions and the user should be able > to drag and drop the required R functions to the GUI based workflow. > > Are there any off-the-shelf tools that allow us to build such a workflow? If > not, could you please provide some guidance on the best way to build it?I think this is what red-r.org tries to do. Last time I tried it (about a year and a half ago) I couldn't get it to build, but maybe things are improved by now.> > Thank you. > > Ravi > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
You might look into Kepler: kepler-project.org Sarah On Thu, Apr 11, 2013 at 8:09 AM, Ravishankar Rajagopalan <vioravis at gmail.com> wrote:> Hello R-users, > > I am interested to know if there is a tool that allows us to build SAS > Enterprise Miner like workflows using the R scripts. > > For example, let's say I have the R scripts/functions for the following > tasks: > > 1. Data Cleaning > 2. Model Building > 3. Model Validation > 4. Visualization > I would like to drag these functions into a workflow and run them > together (output of one function becomes input for the next) > > Ideally, I would have a huge list of R functions and the user should be able > to drag and drop the required R functions to the GUI based workflow. > > Are there any off-the-shelf tools that allow us to build such a workflow? If > not, could you please provide some guidance on the best way to build it? > > Thank you. > > Ravi >-- Sarah Goslee functionaldiversity.org