怼周刊_v43

~ 预定 18.2.5 20:20 发布


机器学习入坑难

数据分析是基础

特征工程耐心调

各种模型多尝试

出坑时日或可待

@littlexiaocai

进度 Timelines

~ 记录当周关键事件日期+证据链接 - [42h[TASK]20180203 怼周会 分享及纪要 · Issue #346 · DebugUself/du4proto]56

任务 Tasks

~ 记述关键共怼任务 (如果没有, 留空) * [3m[TASK]回顾17年自怼进步 · Issue #332 · DebugUself/du4proto]78 * [14d[Res.] 汇总内部分享所有例怼资料 · Issue #344 · DebugUself/du4proto]910

进展 Progress

~ 整体圈内活跃指标情况(st 专用服务, 尚少使用手册)

allcic Commit timesweekly Commit times
ZoomQuiet511 leilayanhui15
liguanghe498 ZoomQuiet13
zhangshiyinrunwithcc452 zhangshiyinrunwithcc12
leilayanhui344 liguanghe6
zoejane306 OMlalala6
all Commit Comments timesweekly CommitComments times
ZoomQuiet170 leilayanhui2
all Issue Comments timesweekly IssueComments times
liguanghe812 liguanghe7
ZoomQuiet521 OMlalala6
zhangshiyinrunwithcc411 ZoomQuiet6
mxclover115 Hugo10304
zoejane112 Hansoluo2

成果 Achievements

~ 各种成品/半成品 内部知识作品

@OMlalala 0128-0203 总结

@littlexiaocai DU 43W

  • titanic kaggle
    • 过mr miss mrs的平均值填充age,age划分为7个区间,准确率0.7846
    • 将age从原来的7个区间降低到4个区间,准确率0.7945
    • 将child的区间从18岁降低到10岁,准确率0.75598
    • 通过改变age特征的个数,以及区间,对准确率都会有影响
    • 测试在完全相同的特征工程下,使用RandomForestClassifier模型,通过GridSearchCV匹配最佳参数,运行三次,匹配出的参数都会不一样,对应的准确率会在0.76076,0.78468,0.7945分之间离散分布,一致性不好
  • 天池汽车销售比赛
    • 学习arima时间序列模型

故事 Stories

~ 收集各自无法雷同的怼圈真人故事…

熊本->hexo笔记2:全文不展开、更换theme、显示categories

注: 博客=基于hexo构建的博客

0.本文常用命令

~ 本文中将用到的常用命令 cd documents/zsy.hexo/hexo hexo new "filename" hexo g hexo s http://localhost:4000/Users/zsy/Documents/zsy.hexo/

1.全文不展开

~ 本节实现功能为,博客home页文章不展开全文,只显示摘要 - 参考: Hexo主页显示摘要 | Micheal’s Blog - 方案: 在source/_post/wrt12.md正文内添加<!-- more --> - 经验: 本以为此功能是theme独有,需要更换theme才能实现;后偶然发现,正文中添加代码即可解决。theme->正文

2.更换theme

~ 本节实现功能为,为博客更换theme - 参考: Themes · hexojs/hexo Wiki ; xing5/hexo-theme-codeland: Color, font, and code block optimizations based on the landscape theme. - 方案: + 从hexo wiki中挑选主题 -> 本人选了 codeland + 检查hexo版本在2.4以上 hexo version -> 本人的是hexo3.3.8 + 安装 $ git clone https://github.com/xing5/hexo-theme-codeland.git themes/codeland + 将_config.yml的theme设定修改为theme: codeland + 取回远程库codeland更新cd themes/codeland git pull + 查看效果 #先回到hexo目录下 $ cd documents/zsy.hexo/hexo $ hexo g $ hexo s http://localhost:4000/Users/zsy/Documents/zsy.hexo/ - 经验: hexo wiki上不少theme会与本地hexo不兼容,本人本来中意的是nadymain,无奈css不兼容。wiki产品不兼容

3.主页显示categories

~ 本节实现功能为,主页显示categories - 参考: category - hexo分类与tags配置 - SegmentFault - 方案: 在正文文章添加categories: [wrt] - 经验: 此功能走了相当多弯路 + 弯路1.参考升级hexo的一些坑 | Joanna’s coding blog->以为可能是我的hexo版本为3.3.8,升级hexo后出现了某些不兼容,把锅都丢给不兼容 + 弯路2.尝试 hexo new page categories 并在theme配置文件里menu下添加categories: /categories->以为categories是需要手动在menu里添加的,后来才发现下载的theme自带widget categories。 + 先假设对方正确,从自己正文源码找问题

changelog

18.02.01 bear 1hr

推荐 Recommedations

~ 嗯哼各种怼路上发现的嗯哼…

号召

后记 Postscript

~ 怼周刊是什么以及为什么和能怎么…

大妈曰过: 参差多态 才是生机 问题在 参差 的行为是无法形成团队的

Coming together is a beginning; 
Keeping together is progress; 
Working together is success!

<— Henry Ford

  • 所以, 有了 大妈 随见随怼的持续嗯哼…
  • 但是, 想象一年后, 回想几十周前自己作的那些 图样图森破
  • 却没现成的资料来出示给后进来嗯哼?
  • 不科学, 值得记录的, 就应当有个形式固定下来
  • 所以,有了这个 怼周刊 (Weekly 4 DU)

What is DUW? Why we make DUW? What are the possibilities of DUW?

Dama said, variety brings vitality. But various behaviors may make us hard to cooperate as a team.

Coming together is a beginning; 
Keeping together is progress; 
Working together is success!

<— Henry Ford

That’s why Dama keeps on debugging. However, as time goes by, maybe you would not remember these days clearly and spread your experience difficultly. What a pity! The valuable should have a fixed form to be recorded. That’s why we make the Weekly for DU.