[
https://issues.apache.org/jira/browse/MAHOUT-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15886533#comment-15886533
]
Saikat Kanjilal commented on MAHOUT-1929:
-----------------------------------------
[~rawkintrevo] I was going to start working on this along with ALS, here's my
thinking of the overall approach:
1) Put up an API for this to the mahout dev list
2) Start working on unit tests and then the code
3) I browsed through the web and found this implementation, I figured it may
give us some inspirational ideas:
https://github.com/BIDData/BIDMach/blob/master/src/main/scala/BIDMach/models/GLM.scala,
this implementation has a similar theme where they derive from a model and
regressionModel and then use options for all the hyper parameters. One thought
I had was to take the gist of this and replace all the matrix operations with
samsara functions instead
What do you think of the above plan?
> 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)