Zomato Interview Questions | Predictive Model
Question
You created a predictive model of a quantitative outcome variable using multiple regressions. What are the steps you would follow to validate the model?
in progress
0
Statistics
4 years
1 Answer
866 views
Great Grand Master 0
Answer ( 1 )
Well you can split the data into train and test set.
Build the model on the train data, look at the value of the R^2,MSE or RSS.
When you test the model on test data, the results should not be off by a great margin.
Generally, less than 5% lower accuracy compared to the test set is desirable.