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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 1641 views
  • 3 likes
  • 3 in conversation