自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 FP-growth关联规则算法(GitHub)

github代码链接:https://github.com/SongDark/FPgrowth数据链接:http://fimi.uantwerpen.be/data/

2019-08-21 16:34:50 466

原创 git工具使用——ubuntu 16.04

记录我的Git安装使用过程(2018.07.05)1.测试ubuntu是否安装git工具进入Ubuntu命令界面,直接输入以下命令命令: $ git若没有安装会提示 not installed安装命令: $ sudo apt-get install git2.配置两个重要信息,直接输入命令如下:$  git config --global user.name "Your Name"$  git c...

2018-07-06 16:56:32 1069

转载 调用百度POI爬取贵阳市poi信息——超级详细手把手教你,必须mark!!!!!!(找了很久才找到!)

基础篇:https://blog.csdn.net/sinat_41310868/article/details/78746094代码篇:https://blog.csdn.net/sinat_41310868/article/details/78746224进阶篇:https://blog.csdn.net/sinat_41310868/article/details/78746251...

2018-06-14 21:07:21 10150 1

原创 openstreetmap获取城市路网数据

近期想要尝试获取国内任意城市的路网数据,苦于没有一个详细的完整版自己一步一步下来终于成功了过程不难所以详细的记录获取的过程,供大家学习参考!!!以下是我有道云的笔记链接:(http://note.youdao.com/noteshare?id=20acd381a39bb6bed683a33ac28331c4)点击打开链接...

2018-03-16 11:30:41 24996 22

原创 ImportError: No module named statsmodels.api

百度了一下需安装statsmodels发现scipy版本过低    ImportError: Scipy version is 0.10.1. Requires >= 0.11卸载scipy,更新scipy:   pip uninstall scipy  卸载成功后,安装scipy:    pip install scipyscipy安装成功!试

2018-01-10 16:40:27 21805 2

原创 TypeError: histogram() got an unexpected keyword argument 'new'

学习 利用python 进行数据分析 第八章的时候 关于matplotlib遇到了如标题的问题ax0.hist(np.random.randn(100),bins=20,color='k',alpha=0.3)出现了如下的错误:TypeError: histogram() got an unexpected keyword argument 'new'升级matplot

2018-01-03 15:31:12 2450 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除