- 博客(7)
- 收藏
- 关注
转载 Unicode - in python
Reference: https://nedbatchelder.com/text/unipain.html Problem 1: UnicodeDecodeError Python 2 tries to be helpful when working with unicode and byte strings. If you try to perform a string operation
2017-05-04 13:35:30 251
原创 Cross validation/ test set
References: https://stats.stackexchange.com/questions/152907/how-do-you-use-test-data-set-after-cross-validationTips: Never put your test set into training phase.
2017-05-04 05:00:49 228
原创 SVM - formulas one by one
Reference: https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-034-artificial-intelligence-fall-2010/lecture-videos/lecture-16-learning-support-vector-machines/
2017-05-04 04:31:50 209
原创 PCA
References: http://www.cs.otago.ac.nz/cosc453/student_tutorials/principal_components.pdf
2017-05-02 18:24:44 208
原创 2017/02/07 - Extract attributes from index
Step1: Group by [ ‘Number’, ‘Date’]select = ['Number','Date','Fare'] pd.read_excel('data.xlsx'[select].groupby(['Number','Date']).sum()Step2: Convert ‘Group by’ into ‘DataFrame’ dataset# Extract Numbe
2017-02-07 17:20:01 231
原创 Datetime,Python(2017/02/04)
References 1. Python for Data analysis 2. Useful Links https://docs.python.org/2/library/datetime.htmlStep1: import packages from library from datetime import datetime, date, time,timedeltaBackgrou
2017-02-04 21:52:37 303
原创 List comprehension
欢迎使用Markdown编辑器写博客本Markdown编辑器使用StackEdit修改而来,用它写博客,将会带来全新的体验哦:Markdown和扩展Markdown简洁的语法代码块高亮图片链接和图片上传LaTex数学公式UML序列图和流程图离线写博客导入导出Markdown文件丰富的快捷键快捷键加粗 Ctrl + B 斜体 Ctrl + I 引用 Ctrl
2017-02-04 21:29:46 169
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人