question about dbscan from sklearn vs dbscan from rapids
I’m trying out the rapids version on dbscan that works with gpu.
I wrote a short code in python that find clusters in 3d random generated points and when I was playing with the code I realized that the cpu is way faster then the gpu for some reason that I that I am not familiar with:
question about dbscan from sklearn vs dbscan from rapids
I’m trying out the rapids version on dbscan that works with gpu.
I wrote a short code in python that find clusters in 3d random generated points and when I was playing with the code I realized that the cpu is way faster then the gpu for some reason that I that I am not familiar with: