1. 学习
  2. /
  3. 课程
  4. /
  5. Nonlinear Modeling with Generalized Additive Models (GAMs) in R

Connected

练习

Classifying purchasing behavior

Let's fit some GAMs to the csale data, which has the binary purchase outcome variable.

After you fit the model, answer the following question:

What does the log_mod model estimate the probability of a person making a purchase who has mean values of all variables?

说明 1 / 共 2 个

undefined XP
    1
    2

Fit a logistic GAM predicting whether a purchase will be made based only on a smooth of the mortgage_age variable.