I split my data set before on train (80%) and test (20%) splits. Trained logistic regression model on the train set. Now, want to check the goodness of fit using the Chi-square likelihood omnibus test, on what data set I should apply it to test or train?
Asked
Active
Viewed 72 times
1 Answers
0
You should apply to the Test data as you already trained your model with training data.
oW_
- 6,502
- 4
- 29
- 47
Keshav Kumar
- 9
- 3