Andy/Trevor,
I wanted to do an additional follow up on this as I'm running short on time, as 
I mentioned earlier I need to implement glm for work using samsara as this is 
something our data scientists need to use.  Given that I have a deadline at the 
end of April I will be moving ahead with an implementation.  When I finish I 
will send a pull request and you guys can decide how to proceed at that point,  
if it's ok with you I will reopen that JIRA again and add the pull request 
there.

Let me know your thoughts

Sent from my iPhone

> On Mar 29, 2017, at 4:44 PM, Saikat Kanjilal <sxk1...@hotmail.com> wrote:
> 
> Andy,
> 
> Thanks for the update, the non licensed code was a starting point which I was 
> emulating to kick this effort off, I was not intending to use that code, I 
> mimiced part of the code setup in the pull request, ping me further after 
> more review.
> 
> Thanks
> 
> 
> ________________________________
> From: Andrew Palumbo <ap....@outlook.com>
> Sent: Wednesday, March 29, 2017 4:37 PM
> To: dev@mahout.apache.org
> Subject: Re: [jira] [Commented] (MAHOUT-1929) Add Generalized Linear Models
> 
> Hi Saikat,
> 
> I closed the Jira because in it you pointed to some non ASF liscensed code, 
> which I then saw in the pull request- I'm not sure of when I'll have a chance 
> to review it further, but I will let you know if this is an effort that we 
> can continue on.
> 
> Andy
> 
> 
> 
> ________________________________
> From: Saikat Kanjilal <sxk1...@hotmail.com>
> Sent: Wednesday, March 29, 2017 7:24:59 PM
> To: dev@mahout.apache.org
> Subject: Re: [jira] [Commented] (MAHOUT-1929) Add Generalized Linear Models
> 
> @Trevor politely re-pinging again on this, thoughts on next steps :).  I'm in 
> a holding pattern at the moment.
> 
> 
> ________________________________
> From: Saikat Kanjilal <sxk1...@hotmail.com>
> Sent: Friday, March 24, 2017 9:23 AM
> To: dev@mahout.apache.org
> Subject: Re: [jira] [Commented] (MAHOUT-1929) Add Generalized Linear Models
> 
> @Trevor
> 
> Its been a week and haven't heard back on this, guessing you are buried with 
> 0.13 release at this point and that you have not had time to check this in 
> detail, what do you think should I keep progressing on the design, I want to 
> make sure I am making timely progress to a deliverable for GLM for 0.14, otoh 
> would hate to do throw away work before a design review in detail, let me 
> know your thoughts.
> 
> 
> Regards
> 
> 
> ________________________________
> From: Trevor Grant <trevor.d.gr...@gmail.com>
> Sent: Thursday, March 16, 2017 7:41 AM
> To: dev@mahout.apache.org
> Subject: Re: [jira] [Commented] (MAHOUT-1929) Add Generalized Linear Models
> 
> Also at Strata- thanks for reaching out a second time- totally missed your
> first message.
> 
> I'll check this out tomorrow on the flight home. We can set something up
> from there.  Thanks for the contribution!!
> 
> tg
> 
> 
> Trevor Grant
> Data Scientist
> https://github.com/rawkintrevo
> [https://avatars3.githubusercontent.com/u/5852441?v=3&s=400]<https://github.com/rawkintrevo>
> 
> rawkintrevo (Trevor Grant) · GitHub<https://github.com/rawkintrevo>
> github.com
> rawkintrevo has 24 repositories available. Follow their code on GitHub.
> 
> 
> 
> [https://avatars3.githubusercontent.com/u/5852441?v=3&s=400]<https://github.com/rawkintrevo>
> 
> rawkintrevo (Trevor Grant) · GitHub<https://github.com/rawkintrevo>
> [https://avatars3.githubusercontent.com/u/5852441?v=3&s=400]<https://github.com/rawkintrevo>
> 
> rawkintrevo (Trevor Grant) · GitHub<https://github.com/rawkintrevo>
> github.com
> rawkintrevo has 24 repositories available. Follow their code on GitHub.
> 
> 
> 
> github.com
> rawkintrevo has 24 repositories available. Follow their code on GitHub.
> 
> 
> 
> [https://avatars3.githubusercontent.com/u/5852441?v=3&s=400]<https://github.com/rawkintrevo>
> 
> rawkintrevo (Trevor Grant) · GitHub<https://github.com/rawkintrevo>
> github.com
> rawkintrevo has 22 repositories available. Follow their code on GitHub.
> 
> 
> 
> http://stackexchange.com/users/3002022/rawkintrevo
> User rawkintrevo - Stack 
> Exchange<http://stackexchange.com/users/3002022/rawkintrevo>
> stackexchange.com
> Fortuna Audaces Iuvat ~Chance Favors the Bold. top accounts reputation 
> activity favorites subscriptions. Top Questions
> 
> 
> 
> http://trevorgrant.org
> 
> *"Fortunate is he, who is able to know the causes of things."  -Virgil*
> 
> 
> On Wed, Mar 15, 2017 at 10:13 AM, Saikat Kanjilal <sxk1...@hotmail.com>
> wrote:
> 
>> @Trevor, I know you're busy with 0.13, when you have a moment I would
>> really appreciate some input before I forge further ahead or a quick google
>> hangout design review of what I've put into place.  Just wanting to make
>> sure this gets into the next release.
>> Thanks in advance for your time.
>> 
>> Sent from my iPhone
>> 
>> Begin forwarded message:
>> 
>> From: "Saikat Kanjilal (JIRA)" <j...@apache.org<mailto:j...@apache.org>>
>> Date: March 13, 2017 at 3:33:41 PM PDT
>> To: <dev@mahout.apache.org<mailto:dev@mahout.apache.org>>
>> Subject: [jira] [Commented] (MAHOUT-1929) Add Generalized Linear Models
>> Reply-To: <dev@mahout.apache.org<mailto:dev@mahout.apache.org>>
>> 
>> 
>>   [ https://issues.apache.org/jira/browse/MAHOUT-1929?page=
>> com.atlassian.jira.plugin.system.issuetabpanels:comment-
>> tabpanel&focusedCommentId=15923098#comment-15923098 ]
>> 
>> Saikat Kanjilal commented on MAHOUT-1929:
>> -----------------------------------------
>> 
>> More progress, added a successful unit test using the new GlmModel here:
>> https://github.com/skanjila/mahout/blob/mahout-1929/math-
>> scala/src/test/scala/org/apache/mahout/math/algorithms/GlmSuiteBase.scala
>> 
>> Refactored the GlmModel code to leverage LinearRegressorModel instead:
>> https://github.com/skanjila/mahout/blob/mahout-1929/math-
>> scala/src/main/scala/org/apache/mahout/math/algorithms/
>> regression/GlmModel.scala to make things a bit easier given the current
>> architecture
>> 
>> 
>> [~rawkintrevo] any chance we could do a quick google hangout to discuss
>> design before I get too far ahead?  Would love some feedback to make sure
>> this goes smoothly, I know you are busy with 0.13 so let me know what works
>> 
>> 
>> 
>> 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)
>> 

Reply via email to