What's production model?
Best Answer
-
IngoRM Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University ProfessorPosts:1,751RM 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.
生产模型的使用完全相同的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.www.turtlecreekpls.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 ?