Ali Raza

Results 5 issues of Ali Raza

Hi, I have been working with RClipper and I realized my code was breaking because of dependencies! Here i the log while initializing the container and I can see there...

1: I downloaded the clipper, git clonned. 2: I added some extra lines to [this file ](https://github.com/ucbrise/clipper/blob/develop/dockerfiles/RContainerDockerfile) in order to customize the r-container 3: I re-install the clipper_admin `sudo pip...

Can someone give me an example of how an R function with string input and output would look like. I have tried: ``` pred_fn = function(str) { return("value") } ```...

Somehow I am not able to find the R package for clipper. Thanks

Hi, I have been trying to perform a simple DefUse analysis on my code. Essentially, I just want to know for a given line of code, which other lines of...