RapidMiner Flow Editor

Ghostrider
Ghostrider New Altair Community Member
edited November 5 in Community Q&A
I really like the RapidMiner flow-editor and I would like to use it for another project that I am working on which is unrelated to data mining.  Is the flow editor part of RapidMiner a stand-alone open source project?  I would like to be able to select test instances (operators in RapidMiner), configure them using same GUI that RM uses, and the and then at the end, be able to export the flow to an XML.  Basically, I'd like to be able to use the flow to configure a sequence of operations.  Where each operation has a set of parameters that can also be configured through the GUI.

Answers

  • fischer
    fischer New Altair Community Member
    Hi,

    the editor is tightly integrated into RapidMiner. I don't think you can decouple it, sorry. You can try, however. Maybe you make dummy operators or something like that. However, this is going to be evil.

    Good luck!

    Simon
  • Ghostrider
    Ghostrider New Altair Community Member
    The flow editor is pretty clever.  I think it would have utility as a stand-alone project.  Does anyone know of a similar flow-editor that is a stand-alone?
  • fabiangebert
    fabiangebert New Altair Community Member
    You could go for mxGraph/jGraph and enhance it.

    Fabian