Python | Seaborn
seaborn: statistical data visualization
- provides a high-level interface for drawing attractive and informative statistical graphics
- based on matplotlib
Introduction[^1]
1 | # it’s recommended to use a Jupyter/IPython interface in matplotlib mode, or else you’ll have to call matplotlib.pyplot.show when you want to see the plot |
API Structure[^2]
Example
EDA(Exploratory Data Analysis),探索性数据分析
kaggle搜一搜EDA应该大部分用的都是seaborn,结合sklearn和pandas进行一点预处理。
高赞高分kernels:
Be my guest - Recruit Restaurant EDA
EDA, feature engineering and everything
Steering Wheel of Fortune - Porto Seguro EDA
NYC Taxi EDA - Update: The fast & the curious
[^1]: An introduction to seaborn
[^2]: Seaborn API
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 琴韵居!