Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8efcb83

Browse files
committed
library info add
1 parent c6b43ee commit 8efcb83

File tree

1 file changed

+50
-21
lines changed

1 file changed

+50
-21
lines changed

‎README.md‎

Lines changed: 50 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,71 @@
1-
# Python Visualization Tutorial
1+
# Python Visualization
22

33
***author : subinium***
44

5-
Python Visualization Tutorial
5+
Python에는 많은 시각화 라이브러리가 있습니다. 이런 라이브러리에 대한 간략한 정보를 서술해보고자 합니다.
6+
개인 프로젝트를 포함하여 각 라이브러리에 대한 튜토리얼 또는 자료들을 모아두는 것을 목표로 합니다.
67

78
## Visualization Libraries
89

910
### Static
1011

11-
- matplotlib
12-
- seaborn
13-
- plotnine
12+
정적 데이터 시각화 툴입니다.
13+
14+
| Name | Description | Documentation | Github |
15+
| -------------- | ----------- | ------------------------------------------------------ | -------------------------------------------------- |
16+
| **matplotlib** | | [matplotlib](https://matplotlib.org/) | [github](https://github.com/matplotlib/matplotlib) |
17+
| **seaborn** | | [seaborn](http://seaborn.pydata.org/) | [github](https://github.com/mwaskom/seaborn) |
18+
| **plotnine** | | [plotnine](https://plotnine.readthedocs.io/en/stable/) | [gituhub](https://github.com/has2k1/plotnine) |
1419

1520
### Interactive
1621

17-
- plotly
18-
- plotly.express
19-
- bokeh
20-
- altair
22+
인터랙티브 시각화 툴입니다. 위의 툴들보다 훨씬 다채로운 시각화를 진행할 수 있습니다.
23+
24+
| Name | Description | Documentation | Github |
25+
| ------------- | ----------- | --------------------------------------- | ------------------------------------------------- |
26+
| **plotly** | | [plotly](https://plot.ly/python/) | [github](https://github.com/plotly/plotly.py) |
27+
| **bokeh** | | [bokeh](https://bokeh.org/) | [github](https://github.com/bokeh/bokeh) |
28+
| **altair** | | [altair](https://altair-viz.github.io/) | [github](https://github.com/altair-viz/altair) |
29+
| **pyecharts** | | [pyecharts](https://pyecharts.org/) | [github](https://github.com/pyecharts/pyecharts/) |
2130

2231
### Specific
2332

24-
- missingno
25-
- pywaffle
26-
- networkx
27-
- wordcloud
33+
조금 특별한 시각화를 할 수 있는 라이브러리 입니다.
34+
35+
| Name | Description | Documentation | Github |
36+
| ------------- | ----------- | ----------------------------------------------------------------------------------- | ---------------------------------------------------- |
37+
| **missingno** | | [missingno](https://www.pydoc.io/pypi/missingno-0.4.1/autoapi/missingno/index.html) | [github](https://github.com/ResidentMario/missingno) |
38+
| **pywaffle** | | [pywaffle](https://pywaffle.readthedocs.io/en/latest/) | [github](https://github.com/gyli/PyWaffle) |
39+
| **networkx** | | [networkx](https://networkx.github.io/documentation/stable/) | [github](https://github.com/networkx/networkx) |
40+
| **wordcloud** | | [wordcloud](https://amueller.github.io/word_cloud/) | [github](https://github.com/amueller/word_cloud) |
2841

2942
### Geo
3043

31-
- folium
32-
- geopandas
33-
- basemap
34-
- pygmap
44+
지도 데이터는 다음과 같은 툴들을 사용할 수 있습니다.
45+
46+
| Name | Description | Documentation | Github |
47+
| ------------- | ----------- | -------------------------------------------------------- | -------------------------------------------------------- |
48+
| **folium** | | [folium](https://python-visualization.github.io/folium/) | [github](https://github.com/python-visualization/folium) |
49+
| **geopandas** | | [geopandas](https://geopandas.readthedocs.io/en/latest/) | [github](https://github.com/geopandas/geopandas) |
50+
3551

3652
### Interpretable AI
3753

38-
- dtreeviz
39-
- SHAP
40-
- LIME
54+
모델 해석을 위해서는 다음과 같은 시각화 툴을 사용할 수 있습니다.
55+
56+
| Name | Description | Documentation | Github |
57+
| ------------ | ----------- | ------------------------------------------------------------- | ------------------------------------------- |
58+
| **dtreeviz** | | [dtreeviz](https://explained.ai/decision-tree-viz/index.html) | [github](https://github.com/parrt/dtreeviz) |
59+
| **SHAP** | | [SHAP](https://shap.readthedocs.io/en/latest/#) | [github](https://github.com/slundberg/shap) |
60+
| **LIME** | | [LIME](https://lime-ml.readthedocs.io/en/latest/lime.html) | [github](https://github.com/marcotcr/lime) |
61+
62+
## Useful Links
63+
64+
### Webpage
65+
66+
### Kaggle
67+
68+
### Article
69+
70+
### Repo
4171

42-
## My Personal Project

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /