logit model
log_it = -0.20 + | |
0.44*miles_away_from_store + | |
0.14*trips_past_year + | |
0.34*rewards_card_holder + | |
0.35*lives_in_rural_area | |
and user_score = 1/(1+e^(-log_it)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment