Rehan Sohail Durrani

Results 30 comments of Rehan Sohail Durrani

@simon-Mo if we just did NumPy and SciPy then a bunch of other things like scikit-learn would become very simple - if NumPy and scipy are already installed then you...

Replacement for #670

Hi Nabeel! By modifying these [lines](https://github.com/ucbrise/clipper/blob/develop/containers/R/rclipper_user/inst/build_container.py#L8-L9), you can have Clipper build your own custom image. Make sure to follow the template provided in this [file](https://github.com/ucbrise/clipper/blob/develop/dockerfiles/RContainerDockerfile) so that the new container...

Hi @wcwang07 ! Clipper is adding native support for PyTorch and TF on CUDA 10! I've made a [PR](https://github.com/ucbrise/clipper/pull/629) adding support for PyTorch + CUDA 10 on docker, and will...

Docker is addressed in this PR #669

> @pyrito for now, this most likely will not be merged, @vnlitvinov is right. > > > > By the way, I have an interesting case, which may not be...

@anmyachev We could modify the scope and replace modin.pandas with pandas by modifying the globals dict (although I'm not sure if we want to get into this level of meta-programming?)

Hi @afogarty85! I'm trying to reproduce this issue - would it be possible to share the dataset with me so I can take a closer look at what might be...

> Looks like this runs into a many-partitions issue. @devin-petersohn on the call the other day it sounded like you had an idea to deal with this? Hi @jbrockmendel! By...