当前位置:网站首页>Interpretation of ML: A case of global interpretation/local interpretation of EBC model interpretability based on titanic titanic rescued binary prediction data set using interpret
Interpretation of ML: A case of global interpretation/local interpretation of EBC model interpretability based on titanic titanic rescued binary prediction data set using interpret
2022-08-03 22:45:00 【A Virgo programmer】
ML之interpret:基于titanicTitanic rescued binary prediction dataset utilizationinterpret实现EBCA global explanation of model interpretability/Partial explanation of the case
目录
# 2.2、Features are filtered and filled with null values
# 3.3、基于EBCModels enable model interpretability
# (1)、overall interpretability
相关文章
ML之interpret:基于titanicTitanic rescued binary prediction dataset utilizationinterpret实现EBCA global explanation of model interpretability/Partial explanation of the case
ML之interpret:基于titanicTitanic rescued binary prediction dataset utilizationinterpret实现EBCA global explanation of model interpretability/Partial explanation case implementation
基于titanicTitanic rescued binary prediction dataset utilizationinterpret实现EBCA global explanation of model interpretability/Partial explanation of the case
# 1、定义数据集
PassengerId | Survived | Pclass | Name | Sex | Age | SibSp | Parch | Ticket | Fare | Cabin | Embarked |
1 | 0 | 3 | Braund, Mr. Owen Harris | male | 22 | 1 | 0 | A/5 21171 | 7.25 | S | |
2 | 1 | 1 | Cumings, Mrs. John Bradley (Florence Briggs Thayer) | female | 38 | 1 | 0 | PC 17599 | 71.2833 | C85 | C |
3 | 1 | 3 | Heikkinen, Miss. Laina | female | 26 | 0 | 0 | STON/O2. 3101282 | 7.925 | S | |
4 | 1 | 1 | Futrelle, Mrs. Jacques Heath (Lily May Peel) | female | 35 | 1 | 0 | 113803 | 53.1 | C123 | S |
5 | 0 | 3 | Allen, Mr. William Henry | male | 35 | 0 | 0 | 373450 | 8.05 | S |
# 2、数据预处理
# 2.1、类别特征编码
# 2.2、Features are filtered and filled with null values
Pclass Age SibSp Parch Fare Sex_encoding Embarked_encoding \
0 3 22.0 1 0 7.2500 1 0
1 1 38.0 1 0 71.2833 0 1
2 3 26.0 0 0 7.9250 0 0
3 1 35.0 1 0 53.1000 0 0
4 3 35.0 0 0 8.0500 1 0
Survived
0 0
1 1
2 1
3 1
4 0
# 3、模型建立与训练
# 3.1、数据集切分
# 3.2、建立EBC模型
# 3.3、基于EBCModels enable model interpretability
# (1)、overall interpretability
Sex_encoding
Pclass
Fare
Age
SibSp
pclass x Sex_encoding
Parch
Embarked_encoding
Age x Fare
Age x SibSp
Parch x Fare
Parch x Sex_encoding
Age x Parch
Pclass x Age
Age x Sex_encoding
age,10岁以下,年龄小的,Can increase the chances of survival
fare票价越高,The more you can increase your chances of survival
男性,will reduce the chances of survival
0port i.e.Southampton港口,will reduce the chances of survival
# (2)、local interpretability—Select the test sample data in front5行
the first five samples,Visualize the predicted interpretation for each sample one by one
边栏推荐
- node连接mysql数据库报错:Client does not support authentication protocol requested by server
- 2022-08-03 Oracle executes slow SQL-Q17 comparison
- JPA Native Query(本地查询)及查询结果转换
- 目标检测技术研究现状及发展趋势
- 工作小计 QT打包
- 如何创建一个Web项目
- UVa 1025 - A Spy in the Metro (White Book)
- 【day1】
- Boss: There are too many systems in the company, can you realize account interoperability?
- 趣链的产品构架
猜你喜欢
win10系统下yolov5-V6.1版本的tensorrt部署细节教程及bug修改
navicat 连接 mongodb 报错[13][Unauthorized] command listDatabases requires authentication
目标检测技术研究现状及发展趋势
pikachu Over permission 越权
如何设计 DAO 的 PoW 评判标准 并平衡不可能三角
2019年10月SQL注入的两倍
Embedded Systems: Clocks
AOSP CameraLatencyHistogram的原理与使用
斩获双奖|易知微荣获“2021中国数字孪生解决方案优秀供应商”“中国智能制造优秀推荐产品”双奖项!
Conditional Statements for Shell Programming
随机推荐
RPA power business automation super order!
AOSP CameraLatencyHistogram的原理与使用
【bug】汇总Elipse项目中代码中文乱码解决方法!
PowerMockup 4.3.4::::Crack
mysql如何将表结构导出到excel
物联网新零售模式,引领购物新潮流
483. Smallest Good Base
What is Adobe?
The development status of cloud computing at home and abroad
UVa 437 - The Tower of Babylon(白书)
【day6】类与对象、封装、构造方法
Codeup brushing notes - simple simulation
Summary bug 】 【 Elipse garbled solution project code in Chinese!
4年工作经验,多线程间的5种通信方式都说不出来,你敢信?
如何设计 DAO 的 PoW 评判标准 并平衡不可能三角
Embedded Systems: Clocks
剑指offer第22题-链表中倒数第K个节点
noip初赛
嵌入式系统:时钟
The sword refers to the offer question 22 - the Kth node from the bottom in the linked list