Re: Adding KNN to madlib

2016-12-12 Thread Kazmi,Auon H
Hi NJ, I have done that. Please check if it is rightly done. Thanks, Auon From: Nandish Jayaram Sent: Monday, December 12, 2016 6:28:38 PM To: dev@madlib.incubator.apache.org Subject: Re: Adding KNN to madlib Hi Auon, Please push all

[GitHub] incubator-madlib pull request #80: KNN Added

2016-12-12 Thread auonhaidar
GitHub user auonhaidar opened a pull request: https://github.com/apache/incubator-madlib/pull/80 KNN Added I have added implementation of K-Nearest Neighbours. The function takes following arguments in order: _training table name training table's column name having vectors

[GitHub] incubator-madlib issue #78: Graph: SSSP

2016-12-12 Thread orhankislal
Github user orhankislal commented on the issue: https://github.com/apache/incubator-madlib/pull/78 I'll put the pseudocode in the JIRA (https://issues.apache.org/jira/browse/MADLIB-992) --- If your project is set up for it, you can reply to this email and have your reply appear on

Re: New tweeter for MADlib

2016-12-12 Thread Frank McQuillan
Thanks Bob. Yes please, tweet away! Frank On Mon, Dec 12, 2016 at 8:56 AM, Greg Chase wrote: > +1 > > This email encrypted by tiny buttons & fat thumbs, beta voice recognition, > and autocorrect on my iPhone. > > > On Dec 11, 2016, at 9:16 PM, Bob Glithero

[GitHub] incubator-madlib issue #78: Graph: SSSP

2016-12-12 Thread decibel
Github user decibel commented on the issue: https://github.com/apache/incubator-madlib/pull/78 Yeah, the 1GB limit is certainly a consideration. Using int4's for everything, a composite of (srt, dest, weight) would be 13-16 bytes (3 * int4 = 12 + varlena and maybe alignment). With

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-12 Thread orhankislal
Github user orhankislal commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92069560 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,347 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-12 Thread decibel
Github user decibel commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92069133 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,347 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

Re: Adding KNN to madlib

2016-12-12 Thread Nandish Jayaram
Hi Auon, Please push all the changes you have made in your branch for KNN to your incubator-madlib repo, and open a PR on that push. NJ On Mon, Dec 12, 2016 at 1:58 PM, Kazmi,Auon H wrote: > Hi NJ, > > Where should I git push my code? I am doing that in my github id. Also, >

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-12 Thread orhankislal
Github user orhankislal commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92064461 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,347 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-12 Thread decibel
Github user decibel commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92044676 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,347 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-12 Thread decibel
Github user decibel commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92041602 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,347 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-12 Thread decibel
Github user decibel commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92051375 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,347 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-12 Thread decibel
Github user decibel commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92054290 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,347 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-12 Thread decibel
Github user decibel commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92040714 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,347 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

Re: Adding KNN to madlib

2016-12-12 Thread Kazmi,Auon H
Hi NJ, Where should I git push my code? I am doing that in my github id. Also, should I push just KNN folder or the whole src/ folder of madlib? Regards, Auon From: Kazmi,Auon H Sent: Monday, December 5, 2016 8:32:38 PM To:

Re: New tweeter for MADlib

2016-12-12 Thread Greg Chase
+1 This email encrypted by tiny buttons & fat thumbs, beta voice recognition, and autocorrect on my iPhone. > On Dec 11, 2016, at 9:16 PM, Bob Glithero wrote: > > Hello MADlib community, > > I'm a newish member of Pivotal responsible for product marketing for >