logistic regression
Question
A trained logistic model represents an equation as
1/1+exp(-(c+a0x0+a1x1+a2x2) how many predictors are used to create this model?
in progress
0
Machine Learning
4 years
1 Answer
506 views
Member 0
Answer ( 1 )
3 predictors
because there are 3 independent variables used in the equation i.e, x0,x1,x2 with an intercept c.