哪些 Python 库让你相见恨晚?

关注者
53,539
被浏览
12,289,266
登录后你可以
不限量看优质回答私信答主深度交流精彩内容一键收藏

  • 主要是这些年自己常用的Python库(不计numpy这一类特别常用的库)和各种渠道看到的值得收藏(主观)的推荐。加粗的是我自己常用的,仅供参考。

一、数据可视化

1 绘图

from https://github.com/Kanaries/pygwalker
  • Lux github.com/lux-org/lux
    数据集自动可视化库;通过在 Jupyter 笔记本中打印数据框,Lux 推荐一组可视化图表,显示数据集中有趣的趋势和模式。
from https://github.com/lux-org/lux
from https://github.com/santosjorge/cufflinks
from https://github.com/altair-viz/altair
from https://github.com/pyecharts/pyecharts
from https://holoviews.org/gallery/demos/bokeh/scatter_economic.html
from http://www.pygal.org/en/stable/
from https://github.com/reiinakano/scikit-plot
  • matplotx https://github.com/nschloe/matplotx
    Matplotlib的优质扩展,可辅助Matplotlib实现理想图形。
from https://github.com/nschloe/matplotx
from https://github.com/JetBrains/lets-plot

2 绘图风格

from https://github.com/dhaitz/mplcyberpunk
from https://github.com/garrettj403/SciencePlots

3 Web交互式可视化(与1的分类存在一定的模糊;包括轻量级WEB)

4 特定功能(主要是机器学习相关)

from https://github.com/julrog/nn_vis
from https://www.scikit-yb.org/en/latest/

5 可视化案例代码

(1)github.com/liuhuanshuo/

(2)https://www.python-graph-gallery.com

二、机器学习、深度学习

1 自动机器学习

2 可解释性

from https://github.com/slundberg/shap
from https://github.com/slundberg/shap

3 深度学习

from https://github.com/mosaicml/composer

4 追踪、调参(与3有重叠)

5 其他

三、资源监测、调试

from https://github.com/onelivesleft/PrettyErrors
编辑于 2023-04-17 22:12・IP 属地湖北