2019-11-04
2019-11-05 本文已影响0人
苹果皮好多皮
重新下载R,Rstudio,Python,umap
1.R,Rstudio见7.19笔记
2.Python安装(https://www.python.org/)
选择windows Windows x86-64 executable installer(64位版本)下载后只要将路径勾上,安装路径自定义,其他不变,安装完后按close。
4.UMAP下载安装
Windows10左下角的输入框中输入Windows power shell,弹出框输入pip install umap-learn,自动下载UMAP。
重新打开Rstudio,输入library(UMAP)检查是否安装成功。