摘要: 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) 编辑
摘要: 如果想对python脚步传参数,那么就需要命令行参数的支持了,这样可以省的每次去改脚步了。 用法是:python xx.py xxx 举例如下: #-*- coding:utf- -*- from sys import argv script,first = argv print "the scri 阅读全文
posted @ 2018-03-22 08:46 布尔先生 阅读(34275) 评论(0) 推荐(1) 编辑