Skip to content

Commit

Permalink
[SPARK-18929][ML] Add Tweedie distribution in GLM
Browse files Browse the repository at this point in the history
## 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
actuaryzhang authored and uzadude committed Jan 27, 2017
1 parent ab04927 commit 801be3e
Show file tree
Hide file tree
Showing 2 changed files with 567 additions and 83 deletions.
Loading

0 comments on commit 801be3e

Please sign in to comment.