文库网
ImageVerifierCode 换一换
首页 文库网 > 资源分类 > PDF文档下载
分享到微信 分享到微博 分享到QQ空间

第四讲_数据可视化.pdf

  • 资源ID:46934       资源大小:1.58MB        全文页数:35页
  • 资源格式: PDF        下载积分:5文币
微信登录下载
快捷下载 游客一键下载
账号登录下载
三方登录下载: QQ登录 微博登录
二维码
扫码关注公众号登录
下载资源需要5文币
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
如填写123,账号就是123,密码也是123。
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 
账号:
密码:
验证码:   换一换
  忘记密码?
    
友情提示
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

第四讲_数据可视化.pdf

1、互联网新技术在线教育领航者 法律声明 ChinaHadoop互联网新技术在线教育领航者 LOGO 数据可视化 -互联网新技术在线教育领航者 Matplotlib Seaborn Bokeh Logistic Regression 互联网新技术在线教育领航者 Matplotlib Seaborn Bokeh Logistic Regression 互联网新技术在线教育领航者 Matplotlib Matplotlib Python Matlab import matplotlib.pyplot as plt pyploy matplotlib API互联网新技术在线教育领航者 Matplotli

2、b figure Matplotlib figure figure plt.figure() Subplot fig.add_subplot(a, b, c) a,b fig axb c 1 01_matplotlib.ipynb互联网新技术在线教育领航者 Matplotlib Subplot ( 续) fig.add_subplot(a, b, c) AxesSubplot plot subplot (jupyter ) subplot scipy sp.stats.norm.pdf sp.stats.norm.rvs 01_matplotlib.ipynb, 01_matplotlib.p

3、y互联网新技术在线教育领航者 Matplotlib Subplot ( 续) hist scatter bar plt.imshow() 01_matplotlib.ipynb, 01_matplotlib.py互联网新技术在线教育领航者 Matplotlib plt.subplots() figure subplot fig, subplot_arr = plt.subplots(2,2) jupyter 01_matplotlib.ipynb, 01_matplotlib.py互联网新技术在线教育领航者 Matplotlib 颜色、标记、线型 ax.plot - ax.plot(x, y,

4、 linestyle - 01_matplotlib.ipynb 互联网新技术在线教育领航者 Matplotlib 刻度、标签、图例 plt.xlim(), plt.ylim() ax.set_xlim(), ax.set_ylim() plt.xticks(), plt.yticks() ax.set_xticks(), ax.set_yticks() ax.set_xticklabels(), ax.set_yticklabels() ax.set_xlabel(), ax.set_ylabel() 01_matplotlib.ipynb互联网新技术在线教育领航者 Matplotlib 刻

5、度、标签、图例 ( 续) ax.set_title() ax.plot ax.legend(), plt.legend() loc matplotlib 设置 plt.rc() http:/matplotlib.org/users/customizing.html 01_matplotlib.ipynb互联网新技术在线教育领航者 Matplotlib Seaborn Bokeh Logistic Regression 互联网新技术在线教育领航者 Seaborn 什么是Seaborn Python Matplotlib numpy pandas scipy statsmodels 特点 互联网新

6、技术在线教育领航者 Seaborn 特点 ( 续) 安装 conda install seaborn pip install seaborn互联网新技术在线教育领航者 Seaborn 数据集分布可视化 sns.distplot() sns.distplot(kde=False) sns.distplot(hist=False) sns.kdeplot() sns.distplot(kde=False, fit=) sns.jointplot() Hexbin sns.jointplot sns.jointplot(kind kde sns.pairplot() 02_seaborn.ipynb

7、互联网新技术在线教育领航者 Seaborn 类别数据可视化 sns.stripplot() sns.swarmplot() hue sns.boxplot(), hue sns.violinplot(), hue sns.barplot() sns.pointplot() 02_seaborn.ipynb互联网新技术在线教育领航者 Matplotlib Seaborn Bokeh Logistic Regression 互联网新技术在线教育领航者 Bokeh 什么是Bokeh Web Python D3.js 特点 HTML Python ( Javascript 安装 conda insta

8、ll bokeh pip install bokeh互联网新技术在线教育领航者 Bokeh Bokeh 接口 Charts: Plotting: Models: 互联网新技术在线教育领航者 Bokeh 包引用 from bokeh.io import output_file .html from boken.io import output_notebook jupyter bokeh.charts http:/bokeh.pydata.org/en/latest/docs/reference/charts.html Scatter Bar BoxPlot . 03_bokeh.ipynb互联

9、网新技术在线教育领航者 Bokeh bokeh.charts ( 续) Chord 03_bokeh.ipynb互联网新技术在线教育领航者 Bokeh bokeh.plotting square circle http:/bokeh.pydata.org/en/latest/docs/reference/plotting.html 03_bokeh.ipynb互联网新技术在线教育领航者 Matplotlib Seaborn Bokeh Logistic Regression 互联网新技术在线教育领航者 Logistic 概率(probability) 0 0.5 or h(x) 0.2 or

10、h(x) 0.2互联网新技术在线教育领航者 Logistic 基本模型 X (x 0 , x 1 , x 2 , , x n ) ( 0 , 1 , 2 , , n ) Sigmoid互联网新技术在线教育领航者 Logistic 基本模型 ( 续) o o theta 互联网新技术在线教育领航者 Logistic 基本模型 ( 续) (gradient descent) alpha: theta lect04_lr互联网新技术在线教育领航者 Matplotlib Seaborn Bokeh Logistic Regression 互联网新技术在线教育领航者 项目介绍 https:/ 项目任务

11、涉及知识 点 Matplotlib lect04_proj互联网新技术在线教育领航者 Matplotlib http:/matplotlib.org/gallery.html Matplot http:/matplotlib.org/api/lines_api.html#matplotlib.lines.Line2D.set_l inestyle Matplotlib http:/matplotlib.org/api/markers_api.html Seaborn http:/seaborn.pydata.org/tutorial.html Seaborn http:/seaborn.pydata.org/tutorial/distributions.html互联网新技术在线教育领航者 Bokeh http:/nbviewer.jupyter.org/github/bokeh/bokeh- notebooks/blob/master/tutorial/00%20-%20intro.ipynb Logistic Regression http:/ LOGO 疑问 Robin_TY互联网新技术在线教育领航者 LOGO 微信公众号:小象 新浪微博:ChinaHadoop 联系我 们


注意事项

本文(第四讲_数据可视化.pdf)为本站会员(陈琪琪)主动上传,文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知文库网(点击联系客服),我们立即给予删除!




关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

文库网用户QQ群:731843829  微博官方号:文库网官方   知乎号:文库网

Copyright© 2025 文库网 wenkunet.com 网站版权所有世界地图

经营许可证编号:粤ICP备2021046453号   营业执照商标

1.png 2.png 3.png 4.png 5.png 6.png 7.png 8.png 9.png 10.png