seaborn
Cost_X
这个作者很懒,什么都没留下…
展开
-
seaborn绘图:seaborn.displot查看变量分布
版本:Jupyter NoteBook 5.5.0 python 3.6.5例子:fig, axes = plt.subplots(nrows = 19, ncols = 2, figsize = (40, 200))for ax, column in zip(axes.flatten(), x_train.columns): sns.distplot(x_train[colum...原创 2018-12-13 20:34:55 · 3763 阅读 · 0 评论 -
matplotlib之scatter的使用
Jupyter NoteBook 5.5.0python 3.6.5原创 2018-12-15 19:04:53 · 223 阅读 · 1 评论 -
查看预测目标分布
Jupyter NoteBook 5.5.0python 3.6.5原创 2018-12-16 11:24:38 · 388 阅读 · 0 评论 -
seaborn绘制heatmap,查看相关性
Jupyter NoteBook 5.5.0python 3.6.5原创 2018-12-16 12:11:59 · 1996 阅读 · 1 评论 -
seaborn之regplot
import seaborn as snsJupyter NoteBook 5.5.0python 3.6.5原创 2018-12-17 20:41:37 · 945 阅读 · 0 评论