[GitHub] incubator-madlib issue #149: MLP: Multilayer Perceptron

2017-07-18 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/incubator-madlib/pull/149 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/madlib-pr-build/119/ --- If your project is set up for it, you can reply

[GitHub] incubator-madlib issue #149: MLP: Multilayer Perceptron

2017-07-18 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/incubator-madlib/pull/149 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/madlib-pr-build/118/ --- If your project is set up for it, you can reply

Re: MADlib Python module code coverage

2017-07-18 Thread Ed Espino
NJ, I have a brute force hack working. I'm looking for a more general approach. If I do come up with an approach, I will definitely share it with the dev team. -=e On Tue, Jul 18, 2017 at 4:32 PM, Nandish Jayaram wrote: > Hey Ed, > > I have not tried it. It'll be great if

Re: MADlib Python module code coverage

2017-07-18 Thread Nandish Jayaram
Hey Ed, I have not tried it. It'll be great if you could share your experiences with it. Will go well with https://github.com/apache/incubator-madlib/pull/151. NJ On Tue, Jul 18, 2017 at 3:34 PM, Ed Espino wrote: > MADlib dev, > > Has anyone tried to use the Python

[GitHub] incubator-madlib pull request #149: MLP: Multilayer Perceptron

2017-07-18 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/149#discussion_r128072581 --- Diff: src/ports/postgres/modules/convex/mlp_igd.py_in --- @@ -0,0 +1,734 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #149: MLP: Multilayer Perceptron

2017-07-18 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/149#discussion_r128116476 --- Diff: src/modules/convex/task/mlp.hpp --- @@ -0,0 +1,342 @@ +/* ---

[GitHub] incubator-madlib pull request #149: MLP: Multilayer Perceptron

2017-07-18 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/149#discussion_r128116084 --- Diff: src/modules/convex/task/mlp.hpp --- @@ -0,0 +1,342 @@ +/* ---

[GitHub] incubator-madlib pull request #149: MLP: Multilayer Perceptron

2017-07-18 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/149#discussion_r128101328 --- Diff: src/ports/postgres/modules/convex/mlp_igd.py_in --- @@ -0,0 +1,734 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #149: MLP: Multilayer Perceptron

2017-07-18 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/149#discussion_r128100566 --- Diff: src/ports/postgres/modules/convex/mlp_igd.py_in --- @@ -0,0 +1,734 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #149: MLP: Multilayer Perceptron

2017-07-18 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/149#discussion_r128095377 --- Diff: src/ports/postgres/modules/convex/mlp_igd.py_in --- @@ -0,0 +1,734 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #149: MLP: Multilayer Perceptron

2017-07-18 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/149#discussion_r128100838 --- Diff: src/ports/postgres/modules/convex/mlp_igd.py_in --- @@ -0,0 +1,734 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #149: MLP: Multilayer Perceptron

2017-07-18 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/149#discussion_r128065854 --- Diff: src/ports/postgres/modules/convex/mlp.sql_in --- @@ -0,0 +1,752 @@ +/*

[GitHub] incubator-madlib pull request #149: MLP: Multilayer Perceptron

2017-07-18 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/149#discussion_r128065611 --- Diff: src/ports/postgres/modules/convex/mlp.sql_in --- @@ -0,0 +1,752 @@ +/*

[GitHub] incubator-madlib pull request #149: MLP: Multilayer Perceptron

2017-07-18 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/149#discussion_r128067814 --- Diff: src/ports/postgres/modules/convex/mlp.sql_in --- @@ -0,0 +1,752 @@ +/*

[GitHub] incubator-madlib pull request #149: MLP: Multilayer Perceptron

2017-07-18 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/149#discussion_r128065248 --- Diff: src/ports/postgres/modules/convex/mlp.sql_in --- @@ -0,0 +1,752 @@ +/*

[GitHub] incubator-madlib pull request #149: MLP: Multilayer Perceptron

2017-07-18 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/149#discussion_r128102125 --- Diff: src/modules/convex/mlp_igd.cpp --- @@ -0,0 +1,236 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] incubator-madlib pull request #149: MLP: Multilayer Perceptron

2017-07-18 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/149#discussion_r128099747 --- Diff: src/ports/postgres/modules/convex/mlp_igd.py_in --- @@ -0,0 +1,734 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib issue #149: MLP: Multilayer Perceptron

2017-07-18 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/incubator-madlib/pull/149 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/madlib-pr-build/117/ --- If your project is set up for it, you can reply

MADlib Python module code coverage

2017-07-18 Thread Ed Espino
MADlib dev, Has anyone tried to use the Python Coverage.py ( https://coverage.readthedocs.io/en/coverage-4.4.1/) module to generate MADlib Python module code coverage metrics? I want to run it against the python only code in the graph PR: https://github.com/apache/incubator-madlib/pull/152