当前位置:网站首页>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


边栏推荐
- gin集成支付宝支付
- 10.(地图数据篇)离线地形数据处理(供Cesium使用)
- Unittest中的TestSuite和TestRunner
- Unittest框架之断言
- Read excel table data
- Learning projects are self-made, and growth opportunities are self created
- Why should Base64 encoding be used for image transmission
- Understand chisel language thoroughly 08. Chisel Foundation (V) -- wire, REG and IO, and how to understand chisel generation hardware
- Excel快速合并多行数据
- IP 实验室月复盘 · 第 5 期
猜你喜欢
随机推荐
IP 实验室月复盘 · 第 5 期
[antd] how to set antd in form There is input in item Get input when gourp Value of each input of gourp
PHP log debugging
Vscode common plug-ins summary
C# wpf 实现截屏框实时截屏功能
商業智能BI財務分析,狹義的財務分析和廣義的財務分析有何不同?
Data warehouse interview question preparation
Xcode 异常图片导致ipa包增大问题
Unity shader learning (3) try to draw a circle
92.(cesium篇)cesium楼栋分层
nowcoder重排链表
Test process arrangement (3)
商业智能BI财务分析,狭义的财务分析和广义的财务分析有何不同?
去除重複字母[貪心+單調棧(用數組+len來維持單調序列)]
392. Judgement subsequence
卷积神经网络经典论文集合(深度学习分类篇)
2022 game going to sea practical release strategy
去除重复字母[贪心+单调栈(用数组+len来维持单调序列)]
Innovation and development of independent industrial software
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









