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.
Storing Process for use -
Hi,
I am trying to store a process (used on training data) to apply it to test data. A block is generated as per following:
'</operator>
<operator activated="true" class="store" compatibility="9.5.001" expanded="true" height="68" name="Store" width="90" x="581" y="238">
<parameter key="repository_entry" value="//AssignmentRepository/FirstTest"/>
However there is a warning flag to say "This may not be portable when sharing processes" on the source block. There is a similar message in block in destination folder.
Regards
Danny
I am trying to store a process (used on training data) to apply it to test data. A block is generated as per following:
'</operator>
<operator activated="true" class="store" compatibility="9.5.001" expanded="true" height="68" name="Store" width="90" x="581" y="238">
<parameter key="repository_entry" value="//AssignmentRepository/FirstTest"/>
However there is a warning flag to say "This may not be portable when sharing processes" on the source block. There is a similar message in block in destination folder.
Regards
Danny
0
Best Answer
-
varunm1 Member Posts: 1,207 UnicornHello @DanDunne
This warning is related to data in the repository. When you use this process somewhere else you should have data in a relative folder so that it can automatically retrieve data or else you need to connect data again.
To apply a trained model on test data, you can use the "store" operator and connect it to "mod" port and provide a relevant path to repository location and run the process. It will store a trained model, then you can drag and drop the trained model and use the "apply model" to apply on test data in any other process.
Please let us know if you need more information.Regards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
7
Answers