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
Answers
Deploying a model is very similar to validating it.
You have preprocessing for building and validating the model. It is good to put this into a reusable process. You have the model parameters. Just build a model with these parameters, e. g. the result of the validation subprocess. Store it into your repository.
The deployment process consinsts of
- getting the new data
- preprocessing in the same way
- applying the stored model (Apply Model operator)
- using or storing the scored output
Regards,
Balázs