The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Convert to ExampleSet

sectynsectyn Member Posts: 25 Maven
I am reading a txt file using Open File operator. How can I store the result as an ExampleSet? The Store operator stores it as a memory buffered file.

Best Answer

Answers

  • kypexinkypexin RapidMiner Certified Analyst, Member Posts: 291 Unicorn
    Hi @sectyn

    There's no precise answer to this question, because there are multiple different ways to do it. Generally, it depends. 

    For better understanding, you should specify at least the following: 
    • what is the exact format of the input file?
    • what rules do you have in mind for converting text to dataset? for example, do you want to somehow parse the input, to store separate lines as examples, etc etc. 
Sign In or Register to comment.