From d743ea4c767ef700b5e921c9473bc564de94a870 Mon Sep 17 00:00:00 2001 From: actuaryzhang <actuaryzhang10@gmail.com> Date: Tue, 28 Feb 2017 14:43:44 -0800 Subject: [PATCH] [MINOR][DOC] Update GLM doc to include tweedie distribution Update GLM documentation to include the Tweedie distribution. #16344 jkbradley yanboliang Author: actuaryzhang <actuaryzhang10@gmail.com> Closes #17103 from actuaryzhang/doc. --- docs/ml-classification-regression.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ml-classification-regression.md b/docs/ml-classification-regression.md index 37862f82c3..ab6f587e09 100644 --- a/docs/ml-classification-regression.md +++ b/docs/ml-classification-regression.md @@ -629,6 +629,11 @@ others. <td>Continuous</td> <td>Inverse*, Idenity, Log</td> </tr> + <tr> + <td>Tweedie</td> + <td>Zero-inflated continuous</td> + <td>Power link function</td> + </tr> <tfoot><tr><td colspan="4">* Canonical Link</td></tr></tfoot> </tbody> </table> -- GitLab