上一页 1 ··· 6 7 8 9 10
摘要: 一、以下有两种方式可以创建一个Timestamp对象: 1. Timestamp()的构造方法 2. to_datetime()方法 datetime模块的对象有如下: timedelta date datetime time tzinfo 还包含以下两个常量: datetime.MINYEAR ( 阅读全文
posted @ 2018-03-27 16:03 布尔先生 阅读(4056) 评论(0) 推荐(0) 编辑
摘要: 关于O2O比赛的相关资料 https://jiayi797.github.io/2017/03/03/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0%E5%AE%9E%E8%B7%B5-O2O%E4%BC%98%E6%83%A0%E5%88%B8%E9%A2%84%E6%B 阅读全文
posted @ 2018-03-23 17:25 布尔先生 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 计算时间差,时间加减运算代码 最近在学习数据预处理,碰到日期型数据不会处理,上网查了下: Q:如何方便的计算两个时间的差,如两个时间相差几天,几小时等A:使用datetime模块可以很方便的解决这个问题,举例如下: import datetime d1 = datetime.datetime(200 阅读全文
posted @ 2018-03-23 09:21 布尔先生 阅读(2008) 评论(0) 推荐(0) 编辑
摘要: 1、windows系统 (1)下载到本地(使用git bash命令行界面) git clone https://github.com/dunovank/jupyter-themes (2)Install with pip # install jupyterthemes pip install jup 阅读全文
posted @ 2018-03-22 16:25 布尔先生 阅读(1810) 评论(0) 推荐(0) 编辑
摘要: 命令模式 (按键 Esc 开启) Enter : 转入编辑模式 Shift-Enter : 运行本单元,选中下个单元 Ctrl-Enter : 运行本单元 Alt-Enter : 运行本单元,在其下插入新单元 Y : 单元转入代码状态 M :单元转入markdown状态 R : 单元转入raw状态 阅读全文
posted @ 2018-03-22 16:04 布尔先生 阅读(715) 评论(0) 推荐(0) 编辑
摘要: 下面是我看到的一些数据处理以及训练的方法,主要是python的。 best paactices Performing feature correlation analysis early in the project.在项目初期进行特征相关分析。 Using multiple plots inste 阅读全文
posted @ 2018-03-22 11:54 布尔先生 阅读(2046) 评论(0) 推荐(0) 编辑
摘要: 第一章:准备工作环境 WinPython-32bit-3.5.2.2Qt5.exe 1.1 设置matplotlib参数 配置模板以方便各项目共享 D:\Bin\WinPython-32bit-3.5.2.2Qt5\python-3.5.2\Lib\site-packages\matplotlib\ 阅读全文
posted @ 2018-03-21 17:59 布尔先生 阅读(1433) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10