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.
What's production model?
Best Answer
-
IngoRM Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM FounderHi,
The ‚model‘ is what is used to calculate the performance values on the labeled testing data sets and we show it so that the model is consistent with the ‘predictions’ table and the confusion matrix. However, this model is not using all the labeled data since it needs some of the labeled data for model validation. It’s main purpose is to estimate how well the model will work in production.
The ‘production model’ is using exactly the same preprocessing, feature sets, optimized parameters etc. - but is uses ALL labeled data for training. This is the model you should use in production and it makes use of all available information. It is also the model which would be deployed when you click on Deploy.
BTW, this type of informations is also explained in the in-product docs which are shown when you click on the (i)-icon in the top right corner.
Hope this helps,
Ingo5
Answers
Thank you for your answer.
>BTW, this type of informations is also explained in the in-product docs which are shown when you click on the (i)-icon in >the top right corner.
>Hope this helps,
I have checked already (i) icon. But, this does not help me. There is no information about this. And also no information in
https://docs.rapidminer.com/latest/studio/guided/auto-model/
Documentation should follow the updates, I believe.
Any way, thank you for your quick answer.
Regards,
Koichi
If the production model uses all labeled data, how could we know if it overfits or not ?