Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
19 views

Got exceptions from the code. Develop enviroment is: win10, WSL2, RAPIDS 24.02. Please help to check. I have puzzled for long time. Implicit conversion to a host NumPy array via array is not allowed, ...
user2718067's user avatar
  • 1,663
1 vote
1 answer
233 views

I’m working with a large dataset on Kaggle and want to speed up the imputation process by using GPU acceleration for KNN imputation. My current approach uses the CPU-based KNNImputer from sklearn, but ...
Saurabh Patel's user avatar
0 votes
2 answers
154 views

I am applying a function (e.g. letter frequency) to a dask_cudf dataframe that consists of a single column of words of fixed length. I am trying to merge the output or append the output into the ...
Austin So's user avatar
0 votes
1 answer
58 views

I successfully installed RAPIDS in my WSL2 window, but importing cudf is not working. According to the RAPIDS website https://docs.rapids.ai/install#conda , as well as some other sources, I should be ...
Sam's user avatar
  • 43
0 votes
2 answers
3k views

I'm trying to install cuDF to gain the glorious powers of multithreading my NVIDIA GPU in my python scripts. However, I can't install cuDF. To install cuDF, i went to https://docs.rapids.ai/install ...
Sam's user avatar
  • 43
0 votes
0 answers
171 views

I have a server with 1xNvidia T4 and a 32 Cores CPU. Trying to migrate from pandas to cudf. I am performing multiple row wise transformations on my data but I could find the CPU computing faster than ...
R_M's user avatar
  • 1
0 votes
1 answer
221 views

I am trying to use cudf.pandas on a notebook on Kaggle and running into a long error message when enabling GPU on GridSearch. The main issue being an AttributeError on a DatFrame. The code works fine ...
Nader Afshar's user avatar
1 vote
0 answers
814 views

I am trying to write a basic program to read a csv into a cudf with libcudf. I have installed libcudf by installing the RAPIDS conda environment. I am trying to use this command to build my executable:...
Evan Zimmerman's user avatar
1 vote
1 answer
402 views

I'm trying to understand how to read an image as an array using cucim. My image is a float64 .tiff with shape=(657, 668) from a CT-scan. The closest function I could find was read_region (I couldn't ...
user8188435's user avatar
0 votes
0 answers
176 views

I'm working on a project where I need to evenly distribute data processing tasks across multiple GPUs using dask_cudf. Despite my current setup, the workload seems to be handled by only one GPU. I'm ...
allo allo's user avatar
2 votes
1 answer
99 views

I'm trying to build MST from a directed graph by converting it to an undirected one. I followed cuGraph example here but getting NotImplementedError: Not supported for distributed graph. I tried doing ...
Wombat's user avatar
  • 23
2 votes
1 answer
448 views

(base) mitul@pop-os:~$ work (rapids-24.02) mitul@pop-os:~$ python Python 3.10.13 | packaged by conda-forge | (main, Dec 23 2023, 15:36:39) [GCC 12.3.0] on linux Type "help", "copyright&...
Mitul Solanki's user avatar
1 vote
1 answer
933 views

I would Like to know that is there a way to install Nvidia Rapids directly in windows 11 and use rather than using it with wsl2 or docker? Or is there a way to connect jupyter lab host to dataspell? I ...
Prateek Awate's user avatar
1 vote
1 answer
354 views

I recently installed RAPIDs in an conda environment using WSL2 on my Windows laptop. I used the following command to install it: conda create --solver=libmamba -n rapids-24.02 -c rapidsai -c conda-...
Amy Hassett's user avatar
0 votes
0 answers
182 views

I have this code: import cudf import cuml import cupy as cp from sklearn.datasets import make_classification from sklearn.model_selection import train_test_split from cuml.model_selection import ...
Veronica's user avatar

15 30 50 per page
1
2 3 4 5
15