t201 opened a new pull request #951:
URL: https://github.com/apache/systemml/pull/951
Closes #941.
## `set intersection for numeric data`-Function
The `set intersection for numeric data`-function implements the intersection
of two matrices by taking into input known as sets.
wizard-420 opened a new pull request #952:
URL: https://github.com/apache/systemml/pull/952
please review if any changes are there to be done.
This is an automated message from the Apache Git Service.
To respond to the messag
wizard-420 commented on pull request #952:
URL: https://github.com/apache/systemml/pull/952#issuecomment-639338011
> please review if any changes are there to be done.
I have also uploaded the output in private doc.
Th
j143 closed pull request #951:
URL: https://github.com/apache/systemml/pull/951
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 the
j143 commented on pull request #952:
URL: https://github.com/apache/systemml/pull/952#issuecomment-639390973
Hi @wizard-420 - Try to make sure that there are only commits related to
`ConfusionMatrix`.
Tip: Google these keywords - `how to rebase from command line`, `git rebase
-i`
Thank you, Sebastian. I've noticed toOneHot previously, only this function
seems to be duplicated!
Right now, there are five contributors who will be here only for the next
five days. For this reason we are working on plain md files, which further
can be transferred to corresponding DML files if
escher-m commented on pull request #950:
URL: https://github.com/apache/systemml/pull/950#issuecomment-639405879
In addition to the function code, I took reference from
[test](https://github.com/apache/systemml/blob/master/src/test/scripts/functions/builtin/GridSearchLM.dml)
-
j143 commented on pull request #950:
URL: https://github.com/apache/systemml/pull/950#issuecomment-639412730
Hi @escher-m, search for the commit related to `gridsearch` in this
repository, in that commit you would find some test files in .dml
--
j143 commented on pull request #950:
URL: https://github.com/apache/systemml/pull/950#issuecomment-639413541
Meanwhile:
Figure out `how to work with git from commandline`. (Google this line!)
This is an automated m
That's a good suggestion. One thing I want to point out that Builtins.java
[1] contains all the dml-bodied and java-bodied built-ins. For the dml
built-ins, it is easier to parse the corresponding dml script (if
documentation is available there), but for other built-ins, I am not aware
of any parti
j143 commented on pull request #936:
URL: https://github.com/apache/systemml/pull/936#issuecomment-639447621
@h0901 - `num_classes` is not the function argument as you've mentioned.
This is an automated message from the Apach
j143 commented on pull request #936:
URL: https://github.com/apache/systemml/pull/936#issuecomment-639447887
Thank you, @h0901 - LGTM. 👍
🎉 🚀
This is an automated message from the Apache Git Service.
To respond to the mess
asfgit closed pull request #936:
URL: https://github.com/apache/systemml/pull/936
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 th
j143 commented on a change in pull request #950:
URL: https://github.com/apache/systemml/pull/950#discussion_r435903926
##
File path: dev/docs/builtins-reference.md
##
@@ -503,3 +504,44 @@ numClasses = 5
X = round(rand(rows = 10, cols = 10, min = 1, max = numClasses))
y = toO
stanp7 opened a new pull request #953:
URL: https://github.com/apache/systemml/pull/953
This pull request adds Documentation for builtin mice function.

-
j143 commented on pull request #953:
URL: https://github.com/apache/systemml/pull/953#issuecomment-639535006
Thank for working on this @stanp7.
In your local repository (in PowerShell):
1. Checkout `master` branch: `git checkout master`
2. Create a new branch from `master`: `git
j143 commented on a change in pull request #953:
URL: https://github.com/apache/systemml/pull/953#discussion_r435976863
##
File path: dev/docs/builtins-reference.md
##
@@ -384,6 +453,21 @@ y = X %*% rand(rows = ncol(X), cols = 1)
w = lm(X = X, y = y)
ress = slicefinder(X = X,
j143 commented on a change in pull request #953:
URL: https://github.com/apache/systemml/pull/953#discussion_r435984190
##
File path: dev/docs/builtins-reference.md
##
@@ -384,6 +453,21 @@ y = X %*% rand(rows = ncol(X), cols = 1)
w = lm(X = X, y = y)
ress = slicefinder(X = X,
j143 commented on a change in pull request #953:
URL: https://github.com/apache/systemml/pull/953#discussion_r436003676
##
File path: dev/docs/builtins-reference.md
##
@@ -384,6 +453,21 @@ y = X %*% rand(rows = ncol(X), cols = 1)
w = lm(X = X, y = y)
ress = slicefinder(X = X,
stanp7 commented on a change in pull request #953:
URL: https://github.com/apache/systemml/pull/953#discussion_r436017848
##
File path: dev/docs/builtins-reference.md
##
@@ -384,6 +453,21 @@ y = X %*% rand(rows = ncol(X), cols = 1)
w = lm(X = X, y = y)
ress = slicefinder(X =
stanp7 commented on a change in pull request #953:
URL: https://github.com/apache/systemml/pull/953#discussion_r436017848
##
File path: dev/docs/builtins-reference.md
##
@@ -384,6 +453,21 @@ y = X %*% rand(rows = ncol(X), cols = 1)
w = lm(X = X, y = y)
ress = slicefinder(X =
escher-m commented on pull request #950:
URL: https://github.com/apache/systemml/pull/950#issuecomment-639619431
> Hi @escher-m, search for the commit related to `gridsearch` in this
repository, in that commit you would find some test files in .dml
Yes, I did that. I added the link t
j143 commented on a change in pull request #953:
URL: https://github.com/apache/systemml/pull/953#discussion_r436232457
##
File path: dev/docs/builtins-reference.md
##
@@ -384,6 +453,21 @@ y = X %*% rand(rows = ncol(X), cols = 1)
w = lm(X = X, y = y)
ress = slicefinder(X = X,
j143 commented on a change in pull request #952:
URL: https://github.com/apache/systemml/pull/952#discussion_r436232635
##
File path: dev/docs/builtins-reference.md
##
@@ -318,7 +320,47 @@ slicefinder(X,W, y, k, paq, S);
### Usage
```r
X = rand (rows = 50, cols = 10)
-y = X
t201 opened a new pull request #954:
URL: https://github.com/apache/systemml/pull/954
This pull request adds documentation for builtin intersect function
## `intersect`-Function
This is a generic function, extended from the intersect function in the base
package. The elements
t201 commented on pull request #954:
URL: https://github.com/apache/systemml/pull/954#issuecomment-639972512
Could you tell if this logic is correct for intersect function?
:simple_smile:
This is an automated message from th
t201 removed a comment on pull request #954:
URL: https://github.com/apache/systemml/pull/954#issuecomment-639972512
Could you tell if this logic is correct for intersect function?
:simple_smile:
This is an automated message
t201 commented on pull request #954:
URL: https://github.com/apache/systemml/pull/954#issuecomment-639972723
Could you look if this logic is correct for intersect func. ?
This is an automated message from the Apache Git Servi
stanp7 commented on a change in pull request #953:
URL: https://github.com/apache/systemml/pull/953#discussion_r436234979
##
File path: dev/docs/builtins-reference.md
##
@@ -384,6 +453,21 @@ y = X %*% rand(rows = ncol(X), cols = 1)
w = lm(X = X, y = y)
ress = slicefinder(X =
j143 commented on pull request #954:
URL: https://github.com/apache/systemml/pull/954#issuecomment-639981561
Well done @t201 , I slightly modified the snippet.
```r
X = rand (rows = 50, cols = 10)
y = X %*% rand(rows=ncol(X), 1)
Result = intersect(X,y)
print(to string
t201 commented on pull request #954:
URL: https://github.com/apache/systemml/pull/954#issuecomment-639986425

Collab test run
Is it good to go ? I can imple
wizard-420 commented on a change in pull request #952:
URL: https://github.com/apache/systemml/pull/952#discussion_r436240465
##
File path: dev/docs/builtins-reference.md
##
@@ -318,7 +320,47 @@ slicefinder(X,W, y, k, paq, S);
### Usage
```r
X = rand (rows = 50, cols = 10)
-
wizard-420 commented on a change in pull request #952:
URL: https://github.com/apache/systemml/pull/952#discussion_r436241640
##
File path: scripts/builtin/outlier.dml
##
@@ -18,6 +18,13 @@
# under the License.
#
#-
33 matches
Mail list logo