from sklearn.neighbors import LSHForest
cannot find reference 'LSHForest' in '__init__.py'報錯html
pip3 list #查看sklearn版本號,個人是0.21,這個版本過高了可能更名字了或者其餘緣由網站
sudo pip3 uninstall scikit-learn #我以前安裝的是sklearn,顯示版本號是0.0也是直接卸載spa
sudo pip3 install scikit-learn==0.19.2 #在網站上搜發現這個版本有這個包 https://scikit-learn.org/stable/support.html#documentation-resourcesrest