Extract Metadata /Parameters of a whole Process / an experiment?

Fred12User: "Fred12"
New Altair Community Member
Updated by Jocelyn

hi,

 

I often have to try out multiple experiments with different settings in my main process, like the splitting ration of train to testdata, the macros that I set or just what operators are present in my experiment...

Is there any way to take out all the metadata information about one process itself, e.g like splitting ratios and the other things that I mentioned above, so that I have a comparison of my different settings in each experiment, without having to write them down in an excel sheet myself... ? That would really be nice and very useful extension I think for Rapidminer in general...

Find more posts tagged with

Sort by:
1 - 1 of 11
    Fred12User: "Fred12"
    New Altair Community Member
    OP
    Accepted Answer

    I dont know how to parse XML ;)

    Static parameters can be extracted by the Generate User Data operator, whilst dynamic parameters like performance that you get when running the process can only be extracted by the Log operator... I will have to convert both into an example set and join them I somehow I guess... or write them onto a separate excel file and append them after...