2017年1月29日

混淆矩阵confusion_matrix

摘要: http://scikit-learn.org/stable/modules/generated/sklearn.cross_validation.train_test_split.html 阅读全文

posted @ 2017-01-29 22:24 Betty__2017 阅读(397) 评论(0) 推荐(0) 编辑

Cross_validation.train_test_split 中 stratify这个参数的意义是什么?

摘要: 比单独使用train_test_split来划分数据更严谨 stratify是为了保持split前类的分布。比如有100个数据,80个属于A类,20个属于B类。如果train_test_split(... test_size=0.25, stratify = y_all), 那么split之后数据如 阅读全文

posted @ 2017-01-29 22:13 Betty__2017 阅读(11062) 评论(1) 推荐(1) 编辑

《中国大学--博弈论》

摘要: 知人者智,自知者明; 胜人者力,自胜者强; 小胜者术,大胜者德。 阅读全文

posted @ 2017-01-29 17:32 Betty__2017 阅读(163) 评论(0) 推荐(0) 编辑

增强学习 书籍推荐

摘要: https://webdocs.cs.ualberta.ca/~sutton/book/bookdraft2016sep.pdf 阅读全文

posted @ 2017-01-29 17:25 Betty__2017 阅读(278) 评论(1) 推荐(0) 编辑

Google Python Style Guide

摘要: https://google.github.io/styleguide/pyguide.html 阅读全文

posted @ 2017-01-29 08:36 Betty__2017 阅读(255) 评论(0) 推荐(0) 编辑

ID3 Algorithm for Decision Trees

摘要: 转自 https://storage.googleapis.com/supplemental_media/udacityu/5446988865/ID3%20Algorithm%20for%20Decision%20Trees.pdf 阅读全文

posted @ 2017-01-29 08:35 Betty__2017 阅读(223) 评论(0) 推荐(0) 编辑

导航