摘要: feature_importance的特征重要性 There are indeed several ways to get feature "importances". As often, there is no strict consensus about what this word means 阅读全文
posted @ 2020-04-29 17:41 wqbin 阅读(20355) 评论(0) 推荐(0) 编辑
摘要: 1、安装ipykernel: (base) [root]# conda activate dl (dl) [root]# conda install nb_conda_kernels Collecting package metadata (current_repodata.json): done 阅读全文
posted @ 2020-04-29 17:32 wqbin 阅读(1049) 评论(0) 推荐(1) 编辑
摘要: 11 阅读全文
posted @ 2020-04-29 16:52 wqbin 阅读(276) 评论(0) 推荐(0) 编辑
摘要: psutil (python system and process utilities) 是一个跨平台的第三方库,能够轻松实现获取系统运行的进程和系统利用率(包扩CPU、内存、磁盘、网络等)信息。 它主要用于系统监控、分析、限制系统资源和进程的管理。它实现了同等命令行工具提供的功能,如ps、top、 阅读全文
posted @ 2020-04-29 16:17 wqbin 阅读(188) 评论(0) 推荐(0) 编辑
摘要: uname命令 # uname --help Usage: uname [OPTION]... Print certain system information. With no OPTION, same as -s. -a, --all print all information, in the 阅读全文
posted @ 2020-04-29 11:53 wqbin 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 先说学习心得 通过这篇对特征重要性的baseline学习,我学习到了如下三个点: 1.feature_importance 2.一款GPU计算的开源框架rapids 3.回顾了xgb树模型的生成过程 资源搬运如下: https://www.kaggle.com/aerdem4/m5-lofo-imp 阅读全文
posted @ 2020-04-29 11:33 wqbin 阅读(927) 评论(0) 推荐(0) 编辑