徐小玉的博客。
发布时间:2023-06-18 16:47:07
的手忙脚乱的过程。。。。。。。1: Set up Jupiter #pip3 install jupyter pip3 install --user jupyter 出现这样的信息: WARNING: The script wsdump is installed in '/Users/*/Library/Python/3.11/bin' which is not on PATH. Consider adding this directory to .........【阅读全文】
发布时间:2023-06-17 15:59:42
1: 在别人的库目录页面,点击fork,相应的代码库就会在自己的Github获得一个副本。2: 在自己的电脑上,clone 这个自己的副本,就在本机获得了这个代码库。git clone git@github.com:MY-OWN-GITHUB-ID/Respority-of-the-other......【阅读全文】
发布时间:2023-06-17 15:34:52
长时间没用Github了,在git push origin master 时,出现: WARNING: POSSIBLE DNS SPOOFING DETECTED! 解决方案: 1: cd ~/.ssh 把known_hosts里github那行信息,删除或者注视掉(我选择了注释掉)2:再运行 git push origin master 出现: .........【阅读全文】
发布时间:2023-05-19 14:59:19
库 没有: pip show matplotlib 安装pandas pip show pandas pip install pandas线性回归:##从scikit-learn导入线性模型的线性回归算法from sklearn import linear_model# 把序列变矩.........【阅读全文】
发布时间:2023-05-14 19:51:12
和把大象放入冰箱一样,需要三步:1: 安装numpy (如果本来没装的话) pip install -U numpy 检查一下: $ pip show Numpy2; 装 spicy pip install -U spicy 检查一下: $pip show scipy3: 装 scikit-Learn pip .........【阅读全文】