[
https://issues.apache.org/jira/browse/MAHOUT-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15895934#comment-15895934
]
Saikat Kanjilal commented on MAHOUT-1929:
-----------------------------------------
Ok time to get down to business, [~jimjag] and Aditya I've started the
implementation here:
https://github.com/skanjila/mahout/blob/mahout-1929/math-scala/src/main/scala/org/apache/mahout/math/algorithms/regression/GlmModel.scala
I've brought over the GLM implementation from
https://github.com/BIDData/BIDMach/blob/master/src/main/scala/BIDMach/models/GLM.scala
and I've merged that with implementing the methods for the traits
RegressorModel and RegressorFitter.
Next steps:
1) Take a look at the methods that I've commented out and come up with a way to
incorporate them into the object model established by [~rawkintrevo]
2) Propose some ideas on the devlist or JIRA or all the different types of
regression we want to support, to get this off the ground I would propose we
just stick to linear and logistic regression
3) Start stubbing out unit tests and check that into my branch so that we can
collaborate
[~andrew.musselman][~rawkintrevo] would love some feedback on the general
approach as well.
Thanks
> Add Generalized Linear Models
> -----------------------------
>
> Key: MAHOUT-1929
> URL: https://issues.apache.org/jira/browse/MAHOUT-1929
> Project: Mahout
> Issue Type: Wish
> Components: Algorithms
> Affects Versions: 0.13.1
> Reporter: Trevor Grant
>
> Implement generalize Linear Models (GLM)
> https://en.wikipedia.org/wiki/Generalized_linear_model
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)