Logistic Regression Validation Approach
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi, I am using matlab to run the Logistic Regression. I need to validate the logistic regression model. My approach is I split my data into two groups. 85% of them is for training, and 15% of them is for testing. Now I have model from training data sets. I use the independent variables of test data sets as the inputs for the model, and I got the predicted outputs of the model. Then, I have to compare the predicted outputs and observed outputs. What kind of method here should I use to compare them? MSE? or what? Do you think my approach is right? I've read some paper about goodness of fit. I am not quite sure for this issue. Could you please give me some guide? Thank you.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!