Closed stella-ds closed 2 years ago
Hi @stella-ds I think you meant to open this issue in the cuml repository? I'm going to transfer it for you, but feel free to post again if there's a reason this should be noted in cudf. Thanks!
right! sorry about that, thanks @vyasr !
@RAMitchell could I ask you to take a look at this?
Thanks, I'll take a look.
Describe the bug
cuml.neighbor.KernelDensity.sample() function line 380 has a typo
or self.metric != "euclidian"):
should beor self.metric != "euclidean")
:the
set_params
function is not implemented yet to overwrite the metric to bypass this, so.sample
always returns NotImplementedErrorSteps/Code to reproduce bug
Expected behavior
Environment overview (please complete the following information)
docker pull
&docker run
commands usedconda create -n rapids-22.04 -c rapidsai-nightly -c nvidia -c conda-forge rapids=22.04 python=3.9 cudatoolkit=11.0 dask/label/dev::dask-sql
Environment details
Additional context Add any other context about the problem here.