摘要: 链接: https://blog.csdn.net/qq_31821675/article/details/80401135 阅读全文
posted @ 2019-12-16 19:39 不羁的天雄 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 参考链接: https://blog.csdn.net/reticent_man/article/details/82633214 阅读全文
posted @ 2019-12-13 20:00 不羁的天雄 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 特征选择: https://blog.csdn.net/jliang3/article/details/88912464 特征筛选(随机森林): https://www.cnblogs.com/xiaochouk/p/8583255.html 特征选择(过滤法): https://blog.csdn 阅读全文
posted @ 2019-12-10 18:59 不羁的天雄 阅读(1126) 评论(0) 推荐(0) 编辑
摘要: 参考链接: https://www.cnblogs.com/caiyishuai/p/11184166.html 热力图: 参考链接: https://blog.csdn.net/a19990412/article/details/79304944 1 import seaborn as sns 2 阅读全文
posted @ 2019-12-10 16:32 不羁的天雄 阅读(1247) 评论(0) 推荐(0) 编辑
摘要: 参考链接: http://baijiahao.baidu.com/s?id=1603886666150544094&wfr=spider&for=pc 阅读全文
posted @ 2019-12-03 17:49 不羁的天雄 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 参考链接: https://www.cnblogs.com/sddai/p/8379452.html 阅读全文
posted @ 2019-11-15 13:42 不羁的天雄 阅读(110) 评论(0) 推荐(0) 编辑
摘要: Surprise库 参考链接: https://blog.csdn.net/weixin_41931400/article/details/88418509 (一) 参考链接: https://blog.csdn.net/weixin_41931400/article/details/8842724 阅读全文
posted @ 2019-11-12 10:15 不羁的天雄 阅读(726) 评论(0) 推荐(0) 编辑
摘要: Dict.has_key()方法 Python 字典(Dictionary) has_key() 函数用于判断键是否存在于字典中,如果键在字典dict里返回true,否则返回false。 has_key()方法语法:dict.has_key(key) * key -- 要在字典中查找的键。 * 如果 阅读全文
posted @ 2019-10-17 17:57 不羁的天雄 阅读(1451) 评论(0) 推荐(0) 编辑
摘要: Set.issubset() 方法 issubset() 方法用于判断集合的所有元素是否都包含在指定集合中,如果是则返回 True,否则返回 False。 issubset() 方法语法: set.issubset(set) * set -- 必需参数,要比较查找的集合 * 返回布尔值,如果都包含返 阅读全文
posted @ 2019-10-17 17:09 不羁的天雄 阅读(672) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://blog.csdn.net/qq_35958094/article/details/80460644 阅读全文
posted @ 2019-09-11 17:53 不羁的天雄 阅读(2977) 评论(0) 推荐(0) 编辑