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
How to parameterise the training process
Suppose I have a Process that takes an input training file & saves a Model. What if I want to re-use the same process for multiple customers. The input training file and model name will change depending on the customer. Can we parameterize the training process? One process for each customer will be difficult to manage in the long run, so we want to re-use the same process.
0
Answers
Maybe I am not getting righ what do you mean by 'parameterizing the process', but to my understanding you run the process locally with a certain dataset and then save the resulting model, so why can't you just straightforwardly use the same process with different customers data? Once you have built a unified pipeline for data preparation and model training, you just can use it again and again with different datasets.
Vladimir
http://whatthefraud.wtf
Ingo