8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2e52d commit 96dfe1eCopy full SHA for 96dfe1e
sklearn/linear_model/_glm/glm.py
@@ -390,6 +390,8 @@ def _more_tags(self):
390
class PoissonRegressor(GeneralizedLinearRegressor):
391
"""Generalized Linear Model with a Poisson distribution.
392
393
+ This regressor uses the 'log' link function.
394
+
395
Read more in the :ref:`User Guide <Generalized_linear_regression>`.
396
397
.. versionadded:: 0.23
@@ -472,6 +474,8 @@ def family(self, value):
472
474
class GammaRegressor(GeneralizedLinearRegressor):
473
475
"""Generalized Linear Model with a Gamma distribution.
476
477
478
479
480
481
0 commit comments