Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1514827
  • 博文数量: 289
  • 博客积分: 11086
  • 博客等级: 上将
  • 技术积分: 3291
  • 用 户 组: 普通用户
  • 注册时间: 2006-06-22 17:06
个人简介

徐小玉的博客。

文章分类

全部博文(289)

文章存档

2023年(6)

2022年(1)

2021年(2)

2020年(9)

2019年(9)

2018年(6)

2017年(10)

2016年(10)

2014年(3)

2013年(4)

2011年(12)

2010年(16)

2009年(14)

2008年(119)

2007年(48)

2006年(20)

我的朋友

发布时间: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 .........【阅读全文】

阅读(732) | 评论(0) | 转发(0)

发布时间:2023-06-17 15:59:42

1: 在别人的库目录页面,点击fork,相应的代码库就会在自己的Github获得一个副本。2: 在自己的电脑上,clone 这个自己的副本,就在本机获得了这个代码库。git clone git@github.com:MY-OWN-GITHUB-ID/Respority-of-the-other......【阅读全文】

阅读(1293) | 评论(0) | 转发(0)

发布时间: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 出现:     .........【阅读全文】

阅读(378) | 评论(0) | 转发(0)

发布时间:2023-05-19 14:59:19

库 没有: pip show matplotlib      安装pandas        pip show pandas        pip install pandas线性回归:##从scikit-learn导入线性模型的线性回归算法from sklearn import linear_model# 把序列变矩.........【阅读全文】

阅读(6480) | 评论(0) | 转发(0)

发布时间: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 .........【阅读全文】

阅读(411) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册