You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Describe the bug
cuml.neighbor.KernelDensity.sample() function line 380 has a typo
or self.metric != "euclidian"):
should be
or 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.
The text was updated successfully, but these errors were encountered: