[GitHub] [systemds] Baunsgaard closed pull request #992: [SYSTEMDS-2523] Update to Spark 2.4.6

2020-09-06 Thread GitBox
Baunsgaard closed pull request #992: URL: https://github.com/apache/systemds/pull/992 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [systemds] Baunsgaard commented on pull request #992: [SYSTEMDS-2523] Update to Spark 2.4.6

2020-09-06 Thread GitBox
Baunsgaard commented on pull request #992: URL: https://github.com/apache/systemds/pull/992#issuecomment-687754049 Closing, because of plans to update Spark version after 2.0 release of systemds. This is an

[GitHub] [systemds] Baunsgaard closed pull request #1016: [SYSTEMDS-2611] Compressed mean

2020-09-06 Thread GitBox
Baunsgaard closed pull request #1016: URL: https://github.com/apache/systemds/pull/1016 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [systemds] Baunsgaard commented on pull request #1047: [SYSTEMDS-2651] Add faster multiple federated workers startup

2020-09-06 Thread GitBox
Baunsgaard commented on pull request #1047: URL: https://github.com/apache/systemds/pull/1047#issuecomment-687735766 agree! also really like the PR! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [systemds] Baunsgaard opened a new pull request #1049: [MINOR] Python API hardening, and stability

2020-09-06 Thread GitBox
Baunsgaard opened a new pull request #1049: URL: https://github.com/apache/systemds/pull/1049 Minor changes in Python API startup for ease of startup if systemds is installed somewhere else it will use that systemds. This practically means that if you have systemds home set, it will

[GitHub] [systemds] Baunsgaard commented on pull request #1047: [SYSTEMDS-2651] Add faster multiple federated workers startup

2020-09-06 Thread GitBox
Baunsgaard commented on pull request #1047: URL: https://github.com/apache/systemds/pull/1047#issuecomment-687736854 But the issue is that it is hard / impossible to debug the processes while it is possible when inside the same JVM using threads, and in that context if we really want to

[GitHub] [systemds] mboehm7 commented on pull request #1036: [SYSTEMDS-2635] Builtin for missing value imputation using forward an…

2020-09-06 Thread GitBox
mboehm7 commented on pull request #1036: URL: https://github.com/apache/systemds/pull/1036#issuecomment-687819591 LGTM - thanks for the additional builtin function @Shafaq-Siddiqi. I only slightly modified the formatting and changed the for loops over columns to parfor loops.

[GitHub] [systemds] asfgit closed pull request #1036: [SYSTEMDS-2635] Builtin for missing value imputation using forward an…

2020-09-06 Thread GitBox
asfgit closed pull request #1036: URL: https://github.com/apache/systemds/pull/1036 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [systemds] mboehm7 commented on pull request #1046: [SYSTEMDS-2556,2560] Add federated Encoder impute support and improve Omit

2020-09-06 Thread GitBox
mboehm7 commented on pull request #1046: URL: https://github.com/apache/systemds/pull/1046#issuecomment-687847007 LGTM - thanks @kev-inn for the added impute, and general clean. I modified the Encoder interface though to keep it independent of data structures from the federated backend.

[GitHub] [systemds] asfgit closed pull request #1046: [SYSTEMDS-2556,2560] Add federated Encoder impute support and improve Omit

2020-09-06 Thread GitBox
asfgit closed pull request #1046: URL: https://github.com/apache/systemds/pull/1046 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [systemds] kev-inn opened a new pull request #1047: [SYSTEMDS-2651] Add faster multiple federated workers startup

2020-09-02 Thread GitBox
kev-inn opened a new pull request #1047: URL: https://github.com/apache/systemds/pull/1047 Adds a new function to start multiple federated workers. The function first starts multiple processes and then waits for all of them to be ready for a connection by pinging (by sending a `CLEAR`)

[GitHub] [systemds] Shafaq-Siddiqi closed pull request #988: [SYSTEMDS-2658] Synthetic Minority Over-sampling Technique (SMOTE)

2020-09-02 Thread GitBox
Shafaq-Siddiqi closed pull request #988: URL: https://github.com/apache/systemds/pull/988 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [systemds] sebwrede commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
sebwrede commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486439575 ## File path: src/main/java/org/apache/sysds/parser/DataExpression.java ## @@ -2239,9 +2251,44 @@ public boolean isRead() * Sets privacy of

[GitHub] [systemds] Baunsgaard opened a new pull request #1052: [MINOR] Fix OLE skipList

2020-09-10 Thread GitBox
Baunsgaard opened a new pull request #1052: URL: https://github.com/apache/systemds/pull/1052 Fix bug in right multiplication OLE where the disabled skiplist would break the execution, because it was disabled. This is an

[GitHub] [systemds] sebwrede commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
sebwrede commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486439247 ## File path: src/main/java/org/apache/sysds/runtime/instructions/cp/MultiReturnBuiltinCPInstruction.java ## @@ -47,6 +47,10 @@ public CPOperand

[GitHub] [systemds] sebwrede opened a new pull request #1053: [MINOR] Move Privacy Handling of UDFs

2020-09-11 Thread GitBox
sebwrede opened a new pull request #1053: URL: https://github.com/apache/systemds/pull/1053 The privacy handling of UDFs is moved from the individual instruction classes to the FederatedWorkerHandler. This will handle the privacy constraints of the input before any execution of the UDF

[GitHub] [systemds] sebwrede opened a new pull request #1054: [MINOR] Remove Exceptions From FederatedResponse

2020-09-11 Thread GitBox
sebwrede opened a new pull request #1054: URL: https://github.com/apache/systemds/pull/1054 Exceptions added to the FederatedResponse risk exposing data from the federated worker. Exceptions need to be caught and then a new exception could be created and added to the FederatedResponse

[GitHub] [systemds] Baunsgaard merged pull request #1052: [MINOR] Fix OLE skipList

2020-09-11 Thread GitBox
Baunsgaard merged pull request #1052: URL: https://github.com/apache/systemds/pull/1052 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [systemds] sebwrede opened a new pull request #1051: Fine-Grained Privacy Constraints 2 Rebased

2020-09-09 Thread GitBox
sebwrede opened a new pull request #1051: URL: https://github.com/apache/systemds/pull/1051 This PR replaces the [Fine-Grained Privacy Constraints 2 PR](https://github.com/apache/systemds/pull/985). This PR adds fine-grained privacy constraints and adapts the privacy constraint

[GitHub] [systemds] sebwrede closed pull request #985: Fine-Grained Privacy Constraints 2

2020-09-09 Thread GitBox
sebwrede closed pull request #985: URL: https://github.com/apache/systemds/pull/985 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [systemds] sebwrede commented on pull request #985: Fine-Grained Privacy Constraints 2

2020-09-09 Thread GitBox
sebwrede commented on pull request #985: URL: https://github.com/apache/systemds/pull/985#issuecomment-689635208 This PR has been replaced by https://github.com/apache/systemds/pull/1051. This is an automated message from

[GitHub] [systemds] tobiasrieger opened a new pull request #1050: [WIP][SYSTEMDS-2550] implemented Externalizable for ListObjects

2020-09-08 Thread GitBox
tobiasrieger opened a new pull request #1050: URL: https://github.com/apache/systemds/pull/1050 To transmit the parameter ListObject of MatrixObjects to the federated Workers it was necessary to serialize a list. This pull request also contains a unit test, with a recursive call by

[GitHub] [systemds] kev-inn commented on pull request #1047: [SYSTEMDS-2651] Add faster multiple federated workers startup

2020-09-07 Thread GitBox
kev-inn commented on pull request #1047: URL: https://github.com/apache/systemds/pull/1047#issuecomment-688257975 > But the issue is that it is hard / impossible to debug the processes while it is possible when inside the same JVM using threads, and in that context if we really want to

[GitHub] [systemds] kev-inn edited a comment on pull request #1047: [SYSTEMDS-2651] Add faster multiple federated workers startup

2020-09-07 Thread GitBox
kev-inn edited a comment on pull request #1047: URL: https://github.com/apache/systemds/pull/1047#issuecomment-688257975 > But the issue is that it is hard / impossible to debug the processes while it is possible when inside the same JVM using threads, and in that context if we really

[GitHub] [systemds] Baunsgaard merged pull request #1052: [MINOR] Fix OLE skipList

2020-09-12 Thread GitBox
Baunsgaard merged pull request #1052: URL: https://github.com/apache/systemds/pull/1052 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [systemds] sebwrede commented on a change in pull request #1054: [MINOR] Remove Exceptions From FederatedResponse

2020-09-14 Thread GitBox
sebwrede commented on a change in pull request #1054: URL: https://github.com/apache/systemds/pull/1054#discussion_r487786099 ## File path: src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedWorkerHandler.java ## @@ -155,7 +155,7 @@ private

[GitHub] [systemds] Shafaq-Siddiqi opened a new pull request #1055: [SYSTEMDS-2661, 2662]: Pipelines Optimizer and various minor built-ins

2020-09-14 Thread GitBox
Shafaq-Siddiqi opened a new pull request #1055: URL: https://github.com/apache/systemds/pull/1055 This commit contains, 1. Optimizer for cleaning pipelines 2. Minor built-ins imputeByMean, imputeByMedian, frameSort, vectorToCsv.dml 3. minor fixes for resolving warnings in different

[GitHub] [systemds] asfgit closed pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-13 Thread GitBox
asfgit closed pull request #1051: URL: https://github.com/apache/systemds/pull/1051 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [systemds] mboehm7 commented on pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-13 Thread GitBox
mboehm7 commented on pull request #1051: URL: https://github.com/apache/systemds/pull/1051#issuecomment-691663906 LGTM. Thanks for the patch @sebwrede and reconciling the tests with the new federated backend. I only made some minor changes: removed warnings, fixed few formatting issues,

[GitHub] [systemds] mboehm7 commented on pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-13 Thread GitBox
mboehm7 commented on pull request #1051: URL: https://github.com/apache/systemds/pull/1051#issuecomment-691664020 Also thanks to @Baunsgaard for the earlier review. This is an automated message from the Apache Git Service.

[GitHub] [systemds] mboehm7 commented on pull request #1053: [MINOR] Move Privacy Handling of UDFs

2020-09-13 Thread GitBox
mboehm7 commented on pull request #1053: URL: https://github.com/apache/systemds/pull/1053#issuecomment-691666709 LGTM - thanks @sebwrede This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [systemds] asfgit closed pull request #1053: [MINOR] Move Privacy Handling of UDFs

2020-09-13 Thread GitBox
asfgit closed pull request #1053: URL: https://github.com/apache/systemds/pull/1053 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [systemds] mboehm7 commented on a change in pull request #1054: [MINOR] Remove Exceptions From FederatedResponse

2020-09-13 Thread GitBox
mboehm7 commented on a change in pull request #1054: URL: https://github.com/apache/systemds/pull/1054#discussion_r487525755 ## File path: src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedWorkerHandler.java ## @@ -155,7 +155,7 @@ private

[GitHub] [systemds] phaniarnab merged pull request #1048: [MINOR] Fix bugs in the release scripts

2020-09-04 Thread GitBox
phaniarnab merged pull request #1048: URL: https://github.com/apache/systemds/pull/1048 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [systemds] phaniarnab opened a new pull request #1048: [MINOR] Fix bugs in the release scripts

2020-09-04 Thread GitBox
phaniarnab opened a new pull request #1048: URL: https://github.com/apache/systemds/pull/1048 PR to check if tests are passing. This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [systemds] kev-inn opened a new pull request #1046: [SYSTEMDS-2556,2560] Add federated Encoder impute support and improve Omit

2020-08-31 Thread GitBox
kev-inn opened a new pull request #1046: URL: https://github.com/apache/systemds/pull/1046 Adds support for federated execution for the final encoder `EncoderMVImpute`. This should finish support for federated transform operations (perf and improvements being TODO). ##

[GitHub] [systemds] sebwrede commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
sebwrede commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486407377 ## File path: src/main/java/org/apache/sysds/runtime/instructions/spark/SPInstruction.java ## @@ -41,16 +41,15 @@ } protected final

[GitHub] [systemds] sebwrede commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
sebwrede commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486373173 ## File path: src/main/java/org/apache/sysds/runtime/instructions/Instruction.java ## @@ -38,7 +41,21 @@ FEDERATED } -

[GitHub] [systemds] sebwrede commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
sebwrede commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486376414 ## File path: src/main/java/org/apache/sysds/parser/DataExpression.java ## @@ -2239,9 +2251,44 @@ public boolean isRead() * Sets privacy of

[GitHub] [systemds] sebwrede commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
sebwrede commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486379692 ## File path: src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedWorkerHandler.java ## @@ -280,8 +281,9 @@ private

[GitHub] [systemds] sebwrede commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
sebwrede commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486383020 ## File path: src/main/java/org/apache/sysds/runtime/instructions/cp/MultiReturnBuiltinCPInstruction.java ## @@ -47,6 +47,10 @@ public CPOperand

[GitHub] [systemds] sebwrede commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
sebwrede commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486385202 ## File path: src/main/java/org/apache/sysds/runtime/instructions/spark/SPInstruction.java ## @@ -41,16 +41,15 @@ } protected final

[GitHub] [systemds] Baunsgaard commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
Baunsgaard commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486391285 ## File path: src/main/java/org/apache/sysds/runtime/instructions/spark/SPInstruction.java ## @@ -41,16 +41,15 @@ } protected

[GitHub] [systemds] Baunsgaard commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
Baunsgaard commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486393184 ## File path: src/main/java/org/apache/sysds/runtime/instructions/cp/MultiReturnBuiltinCPInstruction.java ## @@ -47,6 +47,10 @@ public CPOperand

[GitHub] [systemds] sebwrede commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
sebwrede commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486393369 ## File path: src/main/java/org/apache/sysds/runtime/privacy/FineGrained/FineGrainedPrivacyList.java ## @@ -0,0 +1,122 @@ +/* + * Licensed to the

[GitHub] [systemds] Baunsgaard commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
Baunsgaard commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486393950 ## File path: src/main/java/org/apache/sysds/parser/DataExpression.java ## @@ -2239,9 +2251,44 @@ public boolean isRead() * Sets privacy of

[GitHub] [systemds] sebwrede commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
sebwrede commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486393369 ## File path: src/main/java/org/apache/sysds/runtime/privacy/FineGrained/FineGrainedPrivacyList.java ## @@ -0,0 +1,122 @@ +/* + * Licensed to the

[GitHub] [systemds] sebwrede commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
sebwrede commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486396715 ## File path: src/main/java/org/apache/sysds/runtime/privacy/PrivacyPropagator.java ## @@ -19,15 +19,19 @@ package org.apache.sysds.runtime.privacy;

[GitHub] [systemds] sebwrede commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
sebwrede commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486396082 ## File path: src/main/java/org/apache/sysds/runtime/privacy/FineGrained/FineGrainedPrivacyList.java ## @@ -0,0 +1,122 @@ +/* + * Licensed to the

[GitHub] [systemds] sebwrede commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
sebwrede commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486399379 ## File path: src/main/java/org/apache/sysds/runtime/privacy/PrivacyPropagator.java ## @@ -414,4 +591,25 @@ else if ( inst instanceof SqlCPInstruction

[GitHub] [systemds] sebwrede commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
sebwrede commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486400993 ## File path: src/test/java/org/apache/sysds/test/functions/privacy/BuiltinGLMTest.java ## @@ -228,6 +229,9 @@ public void

[GitHub] [systemds] sebwrede commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
sebwrede commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486402441 ## File path: src/test/java/org/apache/sysds/test/functions/privacy/GLMTest.java ## @@ -154,7 +155,10 @@ public GLMTest (int numRecords_, int

[GitHub] [systemds] sebwrede commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
sebwrede commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486403288 ## File path: src/main/java/org/apache/sysds/runtime/instructions/cp/MultiReturnBuiltinCPInstruction.java ## @@ -47,6 +47,10 @@ public CPOperand

[GitHub] [systemds] Baunsgaard commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
Baunsgaard commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486337594 ## File path: src/main/java/org/apache/sysds/runtime/instructions/Instruction.java ## @@ -38,7 +41,21 @@ FEDERATED }

[GitHub] [systemds] sebwrede commented on a change in pull request #1051: [SYSTEMDS-2605] Fine-Grained Privacy Constraints 2 Rebased

2020-09-10 Thread GitBox
sebwrede commented on a change in pull request #1051: URL: https://github.com/apache/systemds/pull/1051#discussion_r486369426 ## File path: src/main/java/org/apache/sysds/runtime/instructions/Instruction.java ## @@ -38,7 +41,21 @@ FEDERATED } -

[GitHub] [systemds] Baunsgaard commented on a change in pull request #1050: [WIP][SYSTEMDS-2550] implemented Externalizable for ListObjects

2020-09-10 Thread GitBox
Baunsgaard commented on a change in pull request #1050: URL: https://github.com/apache/systemds/pull/1050#discussion_r486332722 ## File path: src/test/java/org/apache/sysds/test/component/paramserv/SerializationTest.java ## @@ -19,7 +19,9 @@ package

[GitHub] [systemds] tobiasrieger commented on a change in pull request #1050: [WIP][SYSTEMDS-2550] implemented Externalizable for ListObjects

2020-09-10 Thread GitBox
tobiasrieger commented on a change in pull request #1050: URL: https://github.com/apache/systemds/pull/1050#discussion_r486364637 ## File path: src/test/java/org/apache/sysds/test/component/paramserv/SerializationTest.java ## @@ -19,7 +19,9 @@ package

[GitHub] [systemds] OlgaOvcharenko commented on pull request #1040: Built-in function for bivariate statistics

2020-10-09 Thread GitBox
OlgaOvcharenko commented on pull request #1040: URL: https://github.com/apache/systemds/pull/1040#issuecomment-706165102 @Baunsgaard I also pushed modified FederationUtils (with fed min, max, sum, mean), because it seems like privacy tests are failing without this changes

[GitHub] [systemds] mboehm7 commented on pull request #1079: fix bug in CostEstimator.java

2020-10-18 Thread GitBox
mboehm7 commented on pull request #1079: URL: https://github.com/apache/systemds/pull/1079#issuecomment-711149500 LGTM - thanks @XorSum for catching this issue and the related fix. I'll merge this in, as we indeed removed unnecessary entries in this instruction (in the past this

[GitHub] [systemds] asfgit closed pull request #1079: fix bug in CostEstimator.java

2020-10-18 Thread GitBox
asfgit closed pull request #1079: URL: https://github.com/apache/systemds/pull/1079 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [systemds] XorSum opened a new pull request #1079: fix bug in CostEstimator.java

2020-10-15 Thread GitBox
XorSum opened a new pull request #1079: URL: https://github.com/apache/systemds/pull/1079 When i use `CostEstimator` to estimate the time cost of a programblock, an error occurred: ``` java java.lang.NumberFormatException: For input string: "copy" at

[GitHub] [systemds] Baunsgaard merged pull request #1080: [SYSTEMDS-2686] Compressed overlapping column groups

2020-10-19 Thread GitBox
Baunsgaard merged pull request #1080: URL: https://github.com/apache/systemds/pull/1080 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [systemds] Baunsgaard closed pull request #1076: Update install.md

2020-10-19 Thread GitBox
Baunsgaard closed pull request #1076: URL: https://github.com/apache/systemds/pull/1076 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [systemds] Baunsgaard commented on pull request #1076: Update install.md

2020-10-19 Thread GitBox
Baunsgaard commented on pull request #1076: URL: https://github.com/apache/systemds/pull/1076#issuecomment-712105055 Hi @manushree635 Thanks for the guide, I have taken a look and decided to change the install to use Brew. Therefore i changed it completely, while also following

[GitHub] [systemds] OlgaOvcharenko opened a new pull request #1081: [SYSTEMDS-2548] Federated right indexing

2020-10-19 Thread GitBox
OlgaOvcharenko opened a new pull request #1081: URL: https://github.com/apache/systemds/pull/1081 This PR adds federated right indexing. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [systemds] Baunsgaard merged pull request #1077: [SYSTEMDS-2613-2614] Sparse & dense compressed Matrix Mult

2020-10-19 Thread GitBox
Baunsgaard merged pull request #1077: URL: https://github.com/apache/systemds/pull/1077 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [systemds] Baunsgaard commented on pull request #1078: [MINOR] MKL native MM setNonZeros to number of cells

2020-10-18 Thread GitBox
Baunsgaard commented on pull request #1078: URL: https://github.com/apache/systemds/pull/1078#issuecomment-711303063 Closing based on comments This is an automated message from the Apache Git Service. To respond to the

[GitHub] [systemds] Baunsgaard opened a new pull request #1080: [SYSTEMDS-2686] Compressed overlapping column groups

2020-10-18 Thread GitBox
Baunsgaard opened a new pull request #1080: URL: https://github.com/apache/systemds/pull/1080 [SYSTEMDS-2686] Compressed overlapping column groups This commit change the compressed right multiplication to perform in compressed space, resulting in significantly faster execution.

[GitHub] [systemds] Baunsgaard opened a new pull request #1082: [SYSTEMDS-2689] Decompress Lop Operation

2020-10-19 Thread GitBox
Baunsgaard opened a new pull request #1082: URL: https://github.com/apache/systemds/pull/1082 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [systemds] Baunsgaard commented on pull request #1040: Built-in function for bivariate statistics

2020-10-10 Thread GitBox
Baunsgaard commented on pull request #1040: URL: https://github.com/apache/systemds/pull/1040#issuecomment-706551018 @OlgaOvcharenko Thanks for the PR. :1st_place_medal: While merging i fixed the indentation in the test files, and reduced the number of tests run on RowCol aggregate

[GitHub] [systemds] Baunsgaard opened a new pull request #1078: [MINOR] MKL native MM setNonZeros to number of cells

2020-10-10 Thread GitBox
Baunsgaard opened a new pull request #1078: URL: https://github.com/apache/systemds/pull/1078 This PR is sort of an question. Is it okay for our MKL to assume that the output matrix is fully dense with all values !=0? If so then we have an potential improved performance.

[GitHub] [systemds] Baunsgaard opened a new pull request #1077: [SYSTEMDS-2613-2614] Sparse & dense compressed Matrix Mult

2020-10-10 Thread GitBox
Baunsgaard opened a new pull request #1077: URL: https://github.com/apache/systemds/pull/1077 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [systemds] manushree635 opened a new pull request #1076: Update install.md

2020-10-10 Thread GitBox
manushree635 opened a new pull request #1076: URL: https://github.com/apache/systemds/pull/1076 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [systemds] Baunsgaard closed pull request #1040: Built-in function for bivariate statistics

2020-10-10 Thread GitBox
Baunsgaard closed pull request #1040: URL: https://github.com/apache/systemds/pull/1040 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [systemds] mboehm7 commented on pull request #1070: Rewriting ALS functions

2020-10-10 Thread GitBox
mboehm7 commented on pull request #1070: URL: https://github.com/apache/systemds/pull/1070#issuecomment-706555293 LGTM - thanks for the new builtin functions @gabrielaozegovic. This completes the AMLS project. Just for the record, during the merge, I made the following

[GitHub] [systemds] asfgit closed pull request #1070: Rewriting ALS functions

2020-10-10 Thread GitBox
asfgit closed pull request #1070: URL: https://github.com/apache/systemds/pull/1070 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [systemds] mboehm7 commented on pull request #1078: [MINOR] MKL native MM setNonZeros to number of cells

2020-10-10 Thread GitBox
mboehm7 commented on pull request #1078: URL: https://github.com/apache/systemds/pull/1078#issuecomment-706566376 The current runtime/compiler requires the non-zeros to be exact or unknown (-1) - so we cannot simply set it to fully dense. This information could be mistakenly used (e.g.,

[GitHub] [systemds] asfgit closed pull request #1071: Lasso and PPCA

2020-10-10 Thread GitBox
asfgit closed pull request #1071: URL: https://github.com/apache/systemds/pull/1071 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [systemds] gabrielaozegovic commented on pull request #1070: Rewriting ALS functions

2020-10-09 Thread GitBox
gabrielaozegovic commented on pull request #1070: URL: https://github.com/apache/systemds/pull/1070#issuecomment-706074537 I pushed my latest changes to the branch. I did output verification, which I think should be fine since it's matrix factorization. For some reason, one test is

[GitHub] [systemds] mboehm7 commented on pull request #1078: [MINOR] MKL native MM setNonZeros to number of cells

2020-10-11 Thread GitBox
mboehm7 commented on pull request #1078: URL: https://github.com/apache/systemds/pull/1078#issuecomment-706680533 well, for now I would recommend to properly maintain the non-zeros. It can only become a moderate overhead if the output is large compared to the compute (cubic compute and

[GitHub] [systemds] OlgaOvcharenko commented on pull request #1040: Built-in function for bivariate statistics

2020-10-09 Thread GitBox
OlgaOvcharenko commented on pull request #1040: URL: https://github.com/apache/systemds/pull/1040#issuecomment-706165102 @Baunsgaard I also pushed modified FederationUtils (with fed min, max, sum, mean), because it seems like privacy tests are failing without this changes

[GitHub] [systemds] phaniarnab closed pull request #1074: Postprocess Privacy Constraints Before Lineage Cache

2020-10-14 Thread GitBox
phaniarnab closed pull request #1074: URL: https://github.com/apache/systemds/pull/1074 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [systemds] gabrielaozegovic commented on pull request #1070: Rewriting ALS functions

2020-10-09 Thread GitBox
gabrielaozegovic commented on pull request #1070: URL: https://github.com/apache/systemds/pull/1070#issuecomment-706074537 I pushed my latest changes to the branch. I did output verification, which I think should be fine since it's matrix factorization. For some reason, one test is

[GitHub] [systemds] Baunsgaard closed pull request #1038: [MINOR] Fixed a bug in the start script

2020-08-25 Thread GitBox
Baunsgaard closed pull request #1038: URL: https://github.com/apache/systemds/pull/1038 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [systemds] Shafaq-Siddiqi opened a new pull request #1034: [SYSTEMDS-2633] Builtin "dml_map()" will execute the given Java code …

2020-08-23 Thread GitBox
Shafaq-Siddiqi opened a new pull request #1034: URL: https://github.com/apache/systemds/pull/1034 …on a Frame. The built-in use the Janino compiler for run-time code generation and compilation and accepts a frame and string (containing Java code) as input and execute the code in

[GitHub] [systemds] OlgaOvcharenko opened a new pull request #1035: Univar and bivar builtins

2020-08-23 Thread GitBox
OlgaOvcharenko opened a new pull request #1035: URL: https://github.com/apache/systemds/pull/1035 New univar and bivar builtins. Also fixed federated min and max. This is an automated message from the Apache Git Service. To

[GitHub] [systemds] OlgaOvcharenko closed pull request #1039: Builtin bivar

2020-08-26 Thread GitBox
OlgaOvcharenko closed pull request #1039: URL: https://github.com/apache/systemds/pull/1039 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [systemds] kev-inn opened a new pull request #1027: [SYSTEMDS-2558][SYSTEMDS-2554][SYSTEMDS-2561] Fed frame recode transform (decode) support

2020-08-18 Thread GitBox
kev-inn opened a new pull request #1027: URL: https://github.com/apache/systemds/pull/1027 Adds decode support for recode, pass-through and composite (containing only those two). This is an automated message from the Apache

[GitHub] [systemds] asfgit closed pull request #1028: [SYSTEMDS-2600,2626] Fix federated backend request interference

2020-08-18 Thread GitBox
asfgit closed pull request #1028: URL: https://github.com/apache/systemds/pull/1028 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [systemds] mboehm7 opened a new pull request #1028: [SYSTEMDS-2600,2626] Fix federated backend request interference

2020-08-18 Thread GitBox
mboehm7 opened a new pull request #1028: URL: https://github.com/apache/systemds/pull/1028 This patch fixes two major issues of request interference from multiple coordinator threads. First, we now properly maintain separate execution context at the federated site for different

[GitHub] [systemds] Baunsgaard opened a new pull request #1029: cache specific for tests

2020-08-19 Thread GitBox
Baunsgaard opened a new pull request #1029: URL: https://github.com/apache/systemds/pull/1029 Trials for caching in tests using custom actions This is an automated message from the Apache Git Service. To respond to the

[GitHub] [systemds] Baunsgaard opened a new pull request #1042: [SYSTEMDS-2645] Python API K-Means algorithm

2020-08-28 Thread GitBox
Baunsgaard opened a new pull request #1042: URL: https://github.com/apache/systemds/pull/1042 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [systemds] Baunsgaard opened a new pull request #1044: [SYSTEMDS-2647] Python API MultiLogReg Algorithm

2020-08-28 Thread GitBox
Baunsgaard opened a new pull request #1044: URL: https://github.com/apache/systemds/pull/1044 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [systemds] Baunsgaard merged pull request #1042: [SYSTEMDS-2645] Python API K-Means algorithm

2020-08-28 Thread GitBox
Baunsgaard merged pull request #1042: URL: https://github.com/apache/systemds/pull/1042 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [systemds] Baunsgaard closed pull request #1043: [SYSTEMDS-2646] Python API PCA algorithm

2020-08-28 Thread GitBox
Baunsgaard closed pull request #1043: URL: https://github.com/apache/systemds/pull/1043 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [systemds] Baunsgaard commented on pull request #1043: [SYSTEMDS-2646] Python API PCA algorithm

2020-08-28 Thread GitBox
Baunsgaard commented on pull request #1043: URL: https://github.com/apache/systemds/pull/1043#issuecomment-682534142 merged This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [systemds] Baunsgaard opened a new pull request #1043: [SYSTEMDS-2646] Python API PCA algorithm

2020-08-28 Thread GitBox
Baunsgaard opened a new pull request #1043: URL: https://github.com/apache/systemds/pull/1043 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [systemds] Baunsgaard merged pull request #1044: [SYSTEMDS-2647] Python API MultiLogReg Algorithm

2020-08-28 Thread GitBox
Baunsgaard merged pull request #1044: URL: https://github.com/apache/systemds/pull/1044 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [systemds] mboehm7 commented on pull request #1041: [WIP][top-k slicing] current update for review

2020-08-28 Thread GitBox
mboehm7 commented on pull request #1041: URL: https://github.com/apache/systemds/pull/1041#issuecomment-683141558 LGTM - thanks @gilgenbergg for the update and tests, as well as incorporating the licenses. This is an

[GitHub] [systemds] asfgit closed pull request #1031: [SYSTEMDS-2555] Federated transform dummycoding encoding decoding

2020-08-28 Thread GitBox
asfgit closed pull request #1031: URL: https://github.com/apache/systemds/pull/1031 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

  1   2   3   4   5   6   7   8   9   10   >