ExampleSet name in a collection

mikeyharms
mikeyharms New Altair Community Member
edited November 5 in Community Q&A
When I use the Loop Files, in results view the name is always the last operator. I have tried calling this a macro with the idea that the list would be of each file name but this doesn't work.

How can I change this to be something dynamic?

Cheers in advance

Mike
Tagged:

Answers

  • homburg
    homburg New Altair Community Member
    Hi mikeyharms,

    you are on the right track. Please have a look at the "Annotate" operator. Here you can add annotations to all kinds of io-objects passed in RapidMiner. Though you cannot change the name of an example set in the result view, annotations can help you to identify your objects. You can define simple key/value-pairs which are also capable of handling the content of process macros. When you open an example set in the resultview just click on "Annotation" to inspect its additional information.

    Cheers,
    Helge
  • mikeyharms
    mikeyharms New Altair Community Member
    Thank you. Yes that was my solution in the end. Thanks.