The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
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