You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemml.apache.org by GitBox <gi...@apache.org> on 2020/06/09 16:09:11 UTC

[GitHub] [systemml] t201 opened a new pull request #967: Documentation for imputeByFD function

t201 opened a new pull request #967:
URL: https://github.com/apache/systemml/pull/967


   This is a documentation for imputeByFD function
   
   [imputeByFD.txt](https://github.com/apache/systemml/files/4747335/imputeByFD.txt)
   


----------------------------------------------------------------
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 specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [systemml] t201 closed pull request #967: Documentation for imputeByFD function

Posted by GitBox <gi...@apache.org>.
t201 closed pull request #967:
URL: https://github.com/apache/systemml/pull/967


   


----------------------------------------------------------------
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 specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [systemml] j143 commented on pull request #967: Documentation for imputeByFD function

Posted by GitBox <gi...@apache.org>.
j143 commented on pull request #967:
URL: https://github.com/apache/systemml/pull/967#issuecomment-640782409


   Will review this tomorrow.


----------------------------------------------------------------
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 specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [systemml] t201 edited a comment on pull request #967: Documentation for imputeByFD function

Posted by GitBox <gi...@apache.org>.
t201 edited a comment on pull request #967:
URL: https://github.com/apache/systemml/pull/967#issuecomment-640747944


   Yes they are. I closed #965 and #964 .


----------------------------------------------------------------
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 specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [systemml] t201 commented on pull request #967: Documentation for imputeByFD function

Posted by GitBox <gi...@apache.org>.
t201 commented on pull request #967:
URL: https://github.com/apache/systemml/pull/967#issuecomment-640747944


   Sure, will do that.


----------------------------------------------------------------
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 specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [systemml] kev-inn commented on pull request #967: Documentation for imputeByFD function

Posted by GitBox <gi...@apache.org>.
kev-inn commented on pull request #967:
URL: https://github.com/apache/systemml/pull/967#issuecomment-640746156


   Are PRs #965 #964 just copies of this one? @t201 If so would it be possible to close them, maybe even with a note referencing this PR.


----------------------------------------------------------------
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 specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [systemml] j143 commented on a change in pull request #967: Documentation for imputeByFD function

Posted by GitBox <gi...@apache.org>.
j143 commented on a change in pull request #967:
URL: https://github.com/apache/systemml/pull/967#discussion_r436893298



##########
File path: p-212
##########
@@ -0,0 +1,30 @@
+## `imputeByFD` -Function
+Data imputation using functional dependencies is a probabilistic technique to fill the missing data inside a data frame.
+
+### Usage
+```r
+data_imputeFD = function(Data[String] x, Integer imputeData, Integer y, Double threshold)
+  return(Data[String] imputedData_X)

Review comment:
       Also, we need to make changes in .md file. See other PR for more info.




----------------------------------------------------------------
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 specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org