pointconv_pytorch icon indicating copy to clipboard operation
pointconv_pytorch copied to clipboard

ModuleNotFoundError: No module named 'sklearn.neighbors.kde'

Open heexu976 opened this issue 2 years ago • 2 comments

heexu976 avatar Apr 19 '22 12:04 heexu976

Install scikit-learn====0.22.1 may solve the problem (ref):

pip install scikit-learn==0.22.1

SuJiaKuan avatar May 28 '22 10:05 SuJiaKuan

use this from sklearn.neighbors import KernelDensity

bruce1408 avatar Sep 06 '22 14:09 bruce1408