Hey, thanks for this awesome package.
I'm trying to fit Isomap using nntype=KDTree from NearestNeighbors but I get a method error

The error line being NN = fit(nntype, X) here.
Any advice on how to get around this? Using brute force tree works but I'd like to find an easier solution.
Also, is there a way to pass an already fitted tree? I'd like to re-use the same tree across different analysis steps.
Thank you
Hey, thanks for this awesome package.
I'm trying to fit Isomap using

nntype=KDTreefrom NearestNeighbors but I get a method errorThe error line being
NN = fit(nntype, X)here.Any advice on how to get around this? Using brute force tree works but I'd like to find an easier solution.
Also, is there a way to pass an already fitted tree? I'd like to re-use the same tree across different analysis steps.
Thank you