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

LJeaux2LJeaux2 Member Posts: 1 Newbie
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?

Best Answer

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,503 RM Data Scientist
    Solution Accepted
    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
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
Sign In or Register to comment.