How do I add one row of data to my dataset in RapidMiner?

User: "LJeaux2"
New Altair Community Member
Updated by Jocelyn
Very new to rapidminer, data analytics, ML, etc.

The training set for my model is based on real world transactions and I am updating the set with every transaction that closes. Since this is often one example (row) at a time - is there a straightforward way in RapidMiner to add that row of data instead of uploading a new excel that has the 1 additional row every time?

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "MartinLiebig"
    Altair Employee
    Accepted Answer
    Hi,
    you can use Create ExampleSet to create the row and then append it.

    Otherwise if you have an AI Hub you can create a POST Webservice so that other software can send your one row.

    Best,
    Martin