Skip to content

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)