[−][src]Module ndarray_glm::logistic_link
Link functions for logistic regression
Structs
| Cloglog | The complementary log-log link g(p) = log(-log(1-p)) is appropriate when modeling the probability of non-zero counts when the counts are Poisson-distributed with mean lambda = exp(lin_pred). |
| Logit | The canonical link function for logistic regression is the logit function g(p) = log(p/(1-p)). |