[
https://issues.apache.org/jira/browse/SPARK-2311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaokai Wei updated SPARK-2311:
-------------------------------
Description:
Though GeneralizedLinearModel in MLlib 1.0.0 has some important GLMs such as
Logistic Regression, Linear Regression, some other important GLMs like Poisson
Regression are still missing.
Poisson Regression and Gamma Regression are two widely used models in industry
with many applications. This patch added Poisson and Gamma Regression as
additional GeneralizedLinearModels.
https://github.com/apache/spark/pull/1237
was:
Though GeneralizedLinearModel in MLlib 1.0.0 has some important GLMs such as
Logistic Regression, Linear Regression, some other important GLMs like Poisson
Regression are still missing.
Poisson Regression and Gamma Regression are two widely used models in industry
with many applications. This patch added Poisson and Gamma Regression as
additional GeneralizedLinearModels.
> Added additional GLMs (Poisson and Gamma) into MLlib
> ----------------------------------------------------
>
> Key: SPARK-2311
> URL: https://issues.apache.org/jira/browse/SPARK-2311
> Project: Spark
> Issue Type: New Feature
> Components: MLlib
> Reporter: Xiaokai Wei
> Priority: Minor
>
> Though GeneralizedLinearModel in MLlib 1.0.0 has some important GLMs such as
> Logistic Regression, Linear Regression, some other important GLMs like
> Poisson Regression are still missing.
> Poisson Regression and Gamma Regression are two widely used models in
> industry with many applications. This patch added Poisson and Gamma
> Regression as additional GeneralizedLinearModels.
> https://github.com/apache/spark/pull/1237
--
This message was sent by Atlassian JIRA
(v6.2#6252)