BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Babloo
Rhodochrosite | Level 12

Asssume I've built a logistic regression model to predict whether the loan can be given to the customer or not. Assume I've validated and implemented the model. 

 

Now client has given me one record for the customer and asked me to predict whether the loan can given to that customer or not using the model which I built. I'm not sure how to predict the value for one customer using the model and I'm not certain what we need to look in the output.

1 ACCEPTED SOLUTION

Accepted Solutions
Rick_SAS
SAS Super FREQ

When you run the procedure, you need to store some information so that SAS can later score the data. There are several ways, as explained in the article "Techniques for scoring a regression model in SAS"  I recommend the section "The STORE statement and the PLM procedure" because that enables you to score, compute tests/estimates/contrasts, and even produce graphics that visualize the model.

View solution in original post

3 REPLIES 3
Reeza
Super User

If you validated the model you must have scored the data to test your predictions. It's the same idea, score that record and assign the category.

Babloo
Rhodochrosite | Level 12

Could you please tell me how can we score the data in logistic regression model?

Rick_SAS
SAS Super FREQ

When you run the procedure, you need to store some information so that SAS can later score the data. There are several ways, as explained in the article "Techniques for scoring a regression model in SAS"  I recommend the section "The STORE statement and the PLM procedure" because that enables you to score, compute tests/estimates/contrasts, and even produce graphics that visualize the model.

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 1594 views
  • 3 likes
  • 3 in conversation