AttributeError: module 'umap' has no attribute 'UMAP' code example
Example: module 'umap.umap' has no attribute 'plot'
pip uninstall umap
pip install umap-learn -i https://mirrors.ustc.edu.cn/pypi/web/simple
12
pip uninstall umap
pip install umap-learn -i https://mirrors.ustc.edu.cn/pypi/web/simple
12