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.
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