🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Binary ExampleSet Writer and Loader

kochanUser: "kochan"
New Altair Community Member
Updated by Jocelyn

How about having a binary rapidminer specific format for fast saving and loading of examplesets. I assume that it would be easy to implement using Javas build in serialization functionality. I would also provide a work-around for another problem, which is due to the encoding of the text file when using ExampleSetWriter. I work mostly with unicode text mining and saving an exampleset to a textfile and loading it again sometimes causes problems.

Regards,

Andreas

Find more posts tagged with

Sort by:
1 - 2 of 21
    fischerUser: "fischer"
    New Altair Community Member
    Hi Andreas,

    use the IOObjectWriter/Loader and set output_type to binary. It does exactly that. This probably not the best way to save example sets, though. For 5.0 we have a custom binary protocol which can be used for example sets.

    Cheers,
    Simon
    kochanUser: "kochan"
    New Altair Community Member
    OP
    Great, thanks for the tip. I wasn't aware of that possibility.

    Regards,

    Andreas