当前位置:网站首页>Map of mL: Based on Boston house price regression prediction data set, an interpretable case of xgboost model using map value
Map of mL: Based on Boston house price regression prediction data set, an interpretable case of xgboost model using map value
2022-07-04 14:21:00 【A Virgo procedural ape】
ML And shap: be based on boston Boston house price regression forecast data set utilization shap It's worth it XGBoost Model implementation interpretability case
Catalog
# 4、 be based on XGBR Model implementation shap Value analysis
# 4.1、 Model building and training
# 4.2、 Output the importance of features based on the model itself
# 4.4、 utilize Shap Value interpretation XGBR Model
# 4.5、 be based on XGBoost Model implementation Shap Value visual analysis
be based on boston Boston house price regression forecast data set utilization shap It's worth it XGBoost Model implementation interpretability case
# 1、 Define datasets
Updating ……
# 2、 Data set preprocessing
Updating ……
# 4、 be based on XGBR Model implementation shap Value analysis
# 4.1、 Model building and training
# 4.2、 be based on The importance of the output characteristics of the model itself
XGBR_importance_dict: [('DIS', 57), ('RM', 42), ('LSTAT', 39), ('PTRATIO', 29), ('NOX', 28), ('TAX', 28), ('CRIM', 23), ('B', 15), ('AGE', 13), ('RAD', 8), ('INDUS', 8), ('CHAS', 4), ('ZN', 1)]

# 4.3、 The local independent graph visualizes how the change of a feature affects the output of the model and the distribution of the eigenvalue

# 4.4、 utilize Shap Value interpretation XGBR Model
# 4.5、 be based on XGBoost Model implementation Shap Value visual analysis
# (1)、 Use local independent graph to calculate shap value
# (2)、 Sample value of a column ( The eigenvalue )、 And the corresponding shap Value scatter visualization

# (3)、 Calculate for each feature in all samples shap Mean absolute value / Maximum absolute bar graph visualization

# (4)、 Calculate for each feature in all samples shap Visualization of mean absolute value bee colony graph

# (5)、 Calculate for each feature in all samples shap Average absolute value heat map visualization

# (6)、 be based on cluste The algorithm processes the characteristics of correlation and visualizes


边栏推荐
- R语言使用epiDisplay包的followup.plot函数可视化多个ID(病例)监测指标的纵向随访图、使用stress.col参数指定强调线的id子集的颜色(色彩)
- Assertion of unittest framework
- Golang uses JSON unmarshal number to interface{} number to become float64 type (turn)
- Use of arouter
- redis 日常笔记
- 迅为IMX6Q开发板QT系统移植tinyplay
- ARouter的使用
- 吃透Chisel语言.06.Chisel基础(三)——寄存器和计数器
- 学内核之三:使用GDB跟踪内核调用链
- Error in find command: paths must precede expression (turn)
猜你喜欢

Learn kernel 3: use GDB to track the kernel call chain

商业智能BI财务分析,狭义的财务分析和广义的财务分析有何不同?

学内核之三:使用GDB跟踪内核调用链

【FAQ】华为帐号服务报错 907135701的常见原因总结和解决方法

vscode 常用插件汇总

C # WPF realizes the real-time screen capture function of screen capture box

Unity Shader学习(三)试着绘制一个圆

docker-compose公网部署redis哨兵模式

Test process arrangement (2)
![[matlab] summary of conv, filter, conv2, Filter2 and imfilter convolution functions](/img/7a/9b559313b407f9a12cbaed7bebd4dc.png)
[matlab] summary of conv, filter, conv2, Filter2 and imfilter convolution functions
随机推荐
Understand chisel language thoroughly 04. Chisel Foundation (I) - signal type and constant
海外游戏代投需要注意的
NowCoder 反转链表
2022游戏出海实用发行策略
Huahao Zhongtian rushes to the scientific and Technological Innovation Board: the annual loss is 280million, and it is proposed to raise 1.5 billion. Beida pharmaceutical is a shareholder
Excel快速合并多行数据
redis 日常笔记
92.(cesium篇)cesium楼栋分层
flink sql-client.sh 使用教程
Introducing testfixture into unittest framework
Code hoof collection of wonderful secret place
Data warehouse interview question preparation
The mouse wheel of xshell/bash/zsh and other terminals is garbled (turn)
R语言使用epiDisplay包的followup.plot函数可视化多个ID(病例)监测指标的纵向随访图、使用stress.col参数指定强调线的id子集的颜色(色彩)
[FAQ] summary of common causes and solutions of Huawei account service error 907135701
R语言dplyr包summarise_if函数计算dataframe数据中所有数值数据列的均值和中位数、基于条件进行数据汇总分析(Summarize all Numeric Variables)
C # WPF realizes the real-time screen capture function of screen capture box
R language uses the DOTPLOT function of epidisplay package to visualize the frequency of data points in different intervals in the form of point graph, and uses the by parameter to specify the groupin
Idea shortcut keys
TestSuite and testrunner in unittest