cannot import name 'LSHForest' from 'sklearn.neighbors'
from sklearn.neighbors import NearestNeighbors, LSHForest
ImportError: cannot import name 'LSHForest' from 'sklearn.neighbors'
I came to know that LSHForest is depreciated. So how can use it. do we have any other alternative.
I'm using Sklearn version 1.0.1
Topic scikit-learn
Category Data Science