SAS Data Science

Building models with SAS Enterprise Miner, SAS Factory Miner, SAS Viya (Machine Learning), SAS Visual Text Analytics, with point-and-click interfaces or programming
BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Benj_natio
Calcite | Level 5

Hello all,

I would like to change intercept value for a logistic regression. I have already check in window 'general properties', I find 'suppress intercept' but nothing about value.

Can you tell me how can I do?

Thanks,

Benjamin.

1 ACCEPTED SOLUTION

Accepted Solutions
WendyCzika
SAS Employee

One way to do it would be to create a variable that is constant with whatever value you want the intercept to be (in a SAS Code node), then use the HP GLM node to do the logistic regression, where Binary Target Link Function = Logit, Suppress Intercept = Yes, and in the Variables editor, set the GLM Role to Offset for the constant variable that you create.

View solution in original post

2 REPLIES 2
WendyCzika
SAS Employee

One way to do it would be to create a variable that is constant with whatever value you want the intercept to be (in a SAS Code node), then use the HP GLM node to do the logistic regression, where Binary Target Link Function = Logit, Suppress Intercept = Yes, and in the Variables editor, set the GLM Role to Offset for the constant variable that you create.

Benj_natio
Calcite | Level 5

Hello,

Thank you very much !

Benjamin

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 2256 views
  • 1 like
  • 2 in conversation