How do I add one row of data to my dataset in RapidMiner?
LJeaux2
New Altair Community Member
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?
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:
0
Best 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,Martin1
Answers
-
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,Martin1