
Kaggle
refresh&grow
这个作者很懒,什么都没留下…
展开
-
两篇不错的Kaggle入门总结
Table of ContentsGeneral ApproachData ExplorationData PreprocessingFeature EngineeringModel SelectionEnsemble Generation*PipelineHome Depot Search RelevanceEDAPreprocessingFeatur...转载 2018-08-21 08:30:05 · 506 阅读 · 0 评论 -
Python交互式Shell--Jupyter Notebook
Table of Contents安装新建notebookHeader和 Markdown单元格操作Markdown 单元格高级用法导出功能Matplotlib 集成非本地内核结语Jupyter Notebook(此前被称为 IPython notebook)是一个交互式笔记本,支持运行 40 多种编程语言。在本文中,我们将介绍 Jupyter notebo...转载 2018-09-14 06:36:40 · 4006 阅读 · 0 评论 -
高纬度矩阵运算--NumPy
Table of ContentsNumPy数组NumPy数组属性创建数组输出数组目前我的工作是将NumPy引入到Pyston中(一款Dropbox实现的Python编译器/解释器)。在工作过程中,我深入接触了NumPy源码,了解其实现并提交了PR修复NumPy的bug。在与NumPy源码以及NumPy开发者打交道的过程中,我发现当今中文NumPy教程大部分都是翻译或参考...转载 2018-09-14 22:49:39 · 1122 阅读 · 0 评论 -
Python Data Analysis Library -- Pandas
Table of Contents创建对象查看数据选择缺失值处理相关操作合并分组Reshaping时间序列Categorical画图导入和保存数据本文是对pandas官方网站上《10 Minutes to pandas》的一个简单的翻译,原文在这里。这篇文章是对pandas的一个简单的介绍,详细的介绍请参考:Cookbook 。习惯上,我们会按下...转载 2018-09-14 23:03:57 · 737 阅读 · 0 评论 -
数据可视化 -- seaborn
Table of Contents1 set_style( ) set( )2 distplot( ) kdeplot( )3 箱型图 boxplot( )4 联合分布jointplot( )5 热点图heatmap( )6 pairplot( )7 FacetGrid( )Seaborn其实是在matplotlib的基础上进行了更高级的API封装...转载 2018-09-14 23:30:49 · 318 阅读 · 0 评论