Choose how to connect your predictors to the expected bike rental count
The link function g() determines how the linear combination of predictors relates to the expected count of rentals.
We're predicting a count. This means our predictions must be non-negative:
The link function must map from the unbounded linear predictor $\eta = \beta_0 + \beta_1 X_1 + \ldots$ (which can be any real number) to a strictly positive count.
For predicting bike rental counts (non-negative integers), which link function is most appropriate?
Click on a card to select it.
With the log link, your model equation becomes:
With the log link, the coefficients give rate ratios: