当前位置:网站首页>ML之interpret:基于titanic泰坦尼克是否获救二分类预测数据集利用interpret实现EBC模型可解释性之全局解释/局部解释案例
ML之interpret:基于titanic泰坦尼克是否获救二分类预测数据集利用interpret实现EBC模型可解释性之全局解释/局部解释案例
2022-08-03 22:40:00 【一个处女座的程序猿】
ML之interpret:基于titanic泰坦尼克是否获救二分类预测数据集利用interpret实现EBC模型可解释性之全局解释/局部解释案例
目录
基于titanic泰坦尼克是否获救二分类预测数据集利用interpret实现EBC模型可解释性之全局解释/局部解释案例
相关文章
ML之interpret:基于titanic泰坦尼克是否获救二分类预测数据集利用interpret实现EBC模型可解释性之全局解释/局部解释案例
ML之interpret:基于titanic泰坦尼克是否获救二分类预测数据集利用interpret实现EBC模型可解释性之全局解释/局部解释案例实现
基于titanic泰坦尼克是否获救二分类预测数据集利用interpret实现EBC模型可解释性之全局解释/局部解释案例
# 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、特征筛选且空值填充
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、基于EBC模型实现模型可解释性
# (1)、整体的可解释性
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岁以下,年龄小的,可以增加生存的机会
fare票价越高,越可以增加生存的机会
男性,会降低生存的机会
0港口即Southampton港口,会降低生存的机会
# (2)、局部的可解释性—选择测试样本数据中前5行
前五个样本,逐个可视化每一个样本的预测解释
边栏推荐
- start with connect by implements recursive query
- Embedded Systems: Clocks
- Internet user account information management regulations come into effect today: must crack down on account trading and gray products
- Research status of target detection at home and abroad
- 2022-08-02 mysql/stonedb慢SQL-Q18-内存使用暴涨分析
- Embedded systems: overview
- 【开源框架】国内首个通用云计算框架,任意程序都可做成云计算。
- Republish the lab report
- RPA助力商超订单自动化!
- Flink--Join以及Flink函数
猜你喜欢
First domestic open source framework 】 【 general cloud computing framework, any program can be made into cloud computing.
Teach a Man How to Fish - How to Query the Properties of Any SAP UI5 Control by Yourself Documentation and Technical Implementation Details Demo
2022-08-02 mysql/stonedb慢SQL-Q18-内存使用暴涨分析
嵌入式系统:时钟
Live Preview | Build Business Intelligence, Quickly Embrace Financial Digital Transformation
October 2019 Twice SQL Injection
Analysys Analysis: The transaction scale of China's online retail B2C market in Q2 2022 will reach 2,344.47 billion yuan
授人以渔 - 如何自行查询任意 SAP UI5 控件属性的文档和技术实现细节试读版
藏宝计划TreasureProject(TPC)系统模式开发技术原理
CAS:153162-70-0_N-BOC-6-Biotinamidohexylamine
随机推荐
override learning (parent and child)
Summary bug 】 【 Elipse garbled solution project code in Chinese!
utlis thread pool
中国企业构建边缘计算解决方案的最佳实践
Research status of target detection at home and abroad
21天打卡挑战学习MySQL—Day第一周 第一篇
node连接mysql数据库报错:Client does not support authentication protocol requested by server
UVa 437 - The Tower of Babylon(白书)
Quickly build a website with static files
The development status of cloud computing at home and abroad
Boss: There are too many systems in the company, can you realize account interoperability?
《数字经济全景白皮书》金融数字用户篇 重磅发布!
JPA Native Query(本地查询)及查询结果转换
2022-08-02 mysql/stonedb slow SQL-Q18 - memory usage surge analysis
HDU 5655 CA Loves Stick
Conditional Statements for Shell Programming
Work Subtotal QT Packing
4年工作经验,多线程间的5种通信方式都说不出来,你敢信?
Cloud platform construction solutions
Testng listener