当前位置:网站首页>ML's yellowbrick: A case of interpretability (threshold map) for LoR logistic regression model using yellowbrick based on whether Titanic was rescued or not based on the two-class prediction dataset
ML's yellowbrick: A case of interpretability (threshold map) for LoR logistic regression model using yellowbrick based on whether Titanic was rescued or not based on the two-class prediction dataset
2022-08-03 22:45:00 【A virgo's program ape】
ML之yellowbrick:基于titanic泰坦尼克是否获救二分类预测数据集利用yellowbrick对LoRLogistic regression models enable interpretability(阈值图)案例
目录
基于titanic泰坦尼克是否获救二分类预测数据集利用yellowbrick对LoRLogistic regression models enable interpretability(阈值图)案例
# 4、Model Interpretability Visualization
# 4.1、阈值图:基于yellowbrickThe library enables model interpretability
相关文章
ML之yellowbrick:基于titanic泰坦尼克是否获救二分类预测数据集利用yellowbrick对LoRLogistic regression models enable interpretability(阈值图)案例
ML之yellowbrick:基于titanic泰坦尼克是否获救二分类预测数据集利用yellowbrick对LoRLogistic regression models enable interpretability(阈值图)案例实现
基于titanic泰坦尼克是否获救二分类预测数据集利用yellowbrick对LoRLogistic regression models enable interpretability(阈值图)案例
# 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
# 2.3、特征之间Pearson相关性可视化
# 3、模型建立
# 4、Model Interpretability Visualization
# 4.1、阈值图:基于yellowbrickThe library enables model interpretability
边栏推荐
猜你喜欢
Lift, Splat, Shoot: Encoding Images from Arbitrary Camera Rigs by Implicitly Unprojecting to 3D 论文笔记
[MySQL Advanced] Creation and Management of Databases and Tables
Click the icon in Canvas App to generate PDF and save it to Dataverse
pikachu Over permission
封装、包、访问权限修饰符、static变量
冰河又一MySQL力作出版(文末送书)!!
[N1CTF 2018]eating_cms
中国企业构建边缘计算解决方案的最佳实践
云平台建设解决方案
【day6】类与对象、封装、构造方法
随机推荐
First domestic open source framework 】 【 general cloud computing framework, any program can be made into cloud computing.
决策树、GBDT、XGBOOST树的可视化
UVa 437 - The Tower of Babylon(白书)
Take an example of a web worker
Recognized by International Authorities | Yunzhuang Technology was selected in "RPA Global Market Pattern Report, Q3 2022"
如何基于WPF写一款数据库文档管理工具(二)
Bytebase数据库 Schema 变更管理工具
ML之interpret:基于titanic泰坦尼克是否获救二分类预测数据集利用interpret实现EBC模型可解释性之全局解释/局部解释案例
LabVIEW代码生成错误 61056
2022的七夕,奉上7个精美的表白代码,同时教大家快速改源码自用
Kubernetes入门到精通-Operator 模式
Live Preview | Build Business Intelligence, Quickly Embrace Financial Digital Transformation
[N1CTF 2018] eating_cms
UVa 1025 - A Spy in the Metro(白书)
2022/8/3 考试总结
Nine ways to teach you to read the file path in the resources directory
[MySQL Advanced] Creation and Management of Databases and Tables
Pytest学习-setup/teardown
for loop exercises
113. 授人以渔 - 如何自行查询任意 SAP UI5 控件属性的文档和技术实现细节