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

LJeaux2
LJeaux2 New Altair Community Member
edited November 5 in Community Q&A
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?
Tagged:

Best Answer

  • MartinLiebig
    MartinLiebig
    Altair Employee
    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

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    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