Fork me on GitHub
摘要: Reference: Problem Solving with Algorithms and Data Structures, Release 3.0 队列 Queue 建立 class Queue: def __init__(self): self.items = [] def is_empty( 阅读全文
posted @ 2018-04-26 17:16 Byron_NG 阅读(1265) 评论(0) 推荐(0)
摘要: 刚入手data science, 想着自己玩一玩kaggle,玩了新手Titanic和House Price的 项目, 觉得基本的baseline还是可以写出来,但是具体到一些细节,以至于到能拿到的出手的成绩还是需要理论分析的。 本文旨在介绍kaggle比赛到各种原理与技巧,当然一切源自于cours 阅读全文
posted @ 2018-04-26 09:51 Byron_NG 阅读(1895) 评论(0) 推荐(0)