InterviewSolution
| 1. |
What are different ways to check model performance? Explain one of them briefly? |
|||||||||
|
Answer» Response: There are various ways to check the performance of a model that is being developed. Some of the key approaches are as follows:
For example, we can consider a binary classification scenario and will explain Precision / Recall in that case. Assume that, there are 100 positive cases among 10,000 cases. You want to predict which ones are positive, and you pick 200 to have a better chance of catching many of the 100 positive cases. You record the IDs of your predictions, and when you get the actual results you sum up how many times you were correct or incorrect. There are four ways of being correct or incorrect.
Now in the above example, if we COMPUTE:
|
||||||||||