Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

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.