ImageVerifierCode 换一换
格式:PDF , 页数:35 ,大小:1.58MB ,
资源ID:46934      下载积分:5 文币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.wenkunet.com/d-46934.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录   微博登录 

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

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

第四讲_数据可视化.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 联系我 们

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:文库网官方知乎号:文库网

经营许可证编号: 粤ICP备2021046453号世界地图

文库网官网©版权所有2025营业执照举报