2 Star 0 Fork 0

mirrors_lepy/datascience_dataviz_workshop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Data Visualization from default to outstanding. Test cases of tough data visualization problems with Python

Important!

Code repository is here: https://github.com/bgbg/datascience_dataviz_workshop

During the workshop, I might share code snippets using this shared directory

  1. Make sure you meet all the requirements. I will not be able to support missing installations or non-working code. The provided notebook 00-before-we-begin.ipynb will take you through the verification process. It will make sure that you have all the required software installed, and that you have enough knowledge to proceed with the workshop. It is up to you to make sure that everything works.

  2. Follow my blog

Workshop description

Data visualization is an indispensable tool for any data scientist. It serves as a means to convey a message or explain a concept. You would never settle for default settings of a machine learning algorithm. Instead, you would tweak them to obtain optimal results. Similarly, you should never stop with the default results you receive from a data visualization framework. Doing so leads to suboptimal results and makes you and your message less convincing.

After this workshop, you will be able to name three most common mistakes in data visualization, and learn how to apply them in your graphs.

During this workshop, a short theoretical introduction will be followed by several lab examples. We will use matplotlib in Jupyter notebooks to practice the knowledge. You are expected to have at least intermediate knowledge of Python, Jupyter notebook interface, and matplotlib object-oriented interface.

Setup

The easiest way to make sure you have all the required software is to use the supplied file to create a conda environment.

In your terminal, go to the directory that contains this notebook and type

conda env create -p ./dataviz-env -f ./environment.yml

This will create an environment in your local directory. Next, activate the environment and start the notebook.

source activate ./dataviz-env
jupyter notebook

空文件

简介

Data visualization workshop at the 4th Data Science Summit https://events.bizzabo.com/DataScienceSummit2018/agenda/speakers/264279 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_lepy/datascience_dataviz_workshop.git
git@gitee.com:mirrors_lepy/datascience_dataviz_workshop.git
mirrors_lepy
datascience_dataviz_workshop
datascience_dataviz_workshop
master

搜索帮助