Search this blog

Tuesday, 22 January 2013

New in 5.3: Annotation operators

I just downloaded RapidMiner 5.3 and some shiny new things caught my eye. One thing I noticed was some new operators that allow annotations to be created within a process. Annotations are associated with IOobjects like data, cluster models, weights and you can store any free text you like with them. The annotation is retained with the IOobject if it is stored in the repository. With these new operators, it means you could add generated information such as a timestamp, the time taken to process the data or any other environmental information.

I have a lot of data lying around in my repositories and it would be very helpful if I had created a simple annotation to give me some clue what the data is and where it came from. Now I can.

3 comments:

  1. They are extensions you download in addition to the main program. Go to Help->Updates and Extensions.

    ReplyDelete
  2. Are they enabled from the Manage Extensions view? Go to Help->Manage Extensions and enable them there. If they are disabled, the operators will not show up. If they are already enabled then that's a harder problem.

    ReplyDelete
  3. Hmmm - a harder problem indeed. Not sure why that would be, I would capture some log files.

    Something like this on Windows command prompt...

    RapidMinerGUI.bat 2>err.log

    ReplyDelete