Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-18929][ML] Add Tweedie distribution in GLM
## What changes were proposed in this pull request? I propose to add the full Tweedie family into the GeneralizedLinearRegression model. The Tweedie family is characterized by a power variance function. Currently supported distributions such as Gaussian, Poisson and Gamma families are a special case of the Tweedie https://en.wikipedia.org/wiki/Tweedie_distribution. yanboliang srowen sethah Author: actuaryzhang <[email protected]> Author: Wayne Zhang <[email protected]> Closes apache#16344 from actuaryzhang/tweedie.
- Loading branch information