Loading

随笔分类 -  python库

摘要:一、安装sklearn conda install scikit-learn 参考文献 [1]整体介绍sklearn https://blog.csdn.net/u014248127/article/details/78885180 二、介绍RandomForestRegressor criteri 阅读全文
posted @ 2019-08-15 14:47 三只猫- 阅读(410) 评论(0) 推荐(0)
摘要:一、安装 1 conda install mlxtend --channel conda-forge 具体请看参考文献一 二、入门例子 请看参考文献2上github的举例 参考文献 http://rasbt.github.io/mlxtend/installation/ http://rasbt.g 阅读全文
posted @ 2019-08-15 14:46 三只猫- 阅读(6169) 评论(0) 推荐(0)
摘要:一、安装 https://blog.csdn.net/qq_40317897/article/details/81021958 参考文献: [1]、LightGBM中文文档 https://lightgbm.apachecn.org/#/docs/1 阅读全文
posted @ 2019-08-15 14:46 三只猫- 阅读(2679) 评论(0) 推荐(0)
摘要:一、安装 https://www.zhihu.com/question/46377605 阅读全文
posted @ 2019-08-15 14:44 三只猫- 阅读(1082) 评论(0) 推荐(0)
摘要:参考文献: https://www.cnblogs.com/jhao/p/6678921.html 阅读全文
posted @ 2019-08-07 07:42 三只猫- 阅读(311) 评论(0) 推荐(0)
摘要:1 set_style( ) set_style( )是用来设置主题的,Seaborn有五个预设好的主题: darkgrid , whitegrid , dark , white ,和 ticks 默认: darkgrid 2 set( ) set( )通过设置参数可以用来设置背景,调色板等,更加常 阅读全文
posted @ 2019-08-02 16:14 三只猫- 阅读(674) 评论(0) 推荐(0)