当前位置:网站首页>利用Shap值进行异常值检测
利用Shap值进行异常值检测
2022-07-04 12:52:00 【一个处女座的程序猿】
目录
SHAP的简介
SHAP,沙普利值,SHapley Additive exPlanations,沙普利添加和解释,是一种博弈论方法,是博弈论大师Lloyd S. Shapley(劳埃德·沙普利)提出来的一种针对合作博弈的解决方案。它被用于解释任何机器学习模型的输出。 它使用博弈论中的经典 Shapley 值及其相关扩展将最优信用分配与局部解释联系起来。
SHAP方法,现在经常用来解释大多数机器学习模型的输出。几乎可以给所有机器学习、深度学习提供一个解释的方案,包括树模型、线性模型以及神经网络模型。
官方文档:Welcome to the SHAP documentation — SHAP latest documentation
SHAP是如何评价树模型中的特征对于结果的贡献度?
从博弈论的角度,把数据集中的每一个特征变量当成一个玩家,用该数据集去训练模型得到预测的结果,可以看成众多玩家合作完成一个项目的收益。Shapley value通过考虑各个玩家做出的贡献,来公平的分配合作的收益。
利用Shap值进行异常值检测
边栏推荐
- 富文本编辑:wangEditor使用教程
- 卷积神经网络经典论文集合(深度学习分类篇)
- 基于51单片机的超声波测距仪
- C # WPF realizes the real-time screen capture function of screen capture box
- Test process arrangement (2)
- Ws2818m is packaged in cpc8. It is a special circuit for three channel LED drive control. External IC full-color double signal 5v32 lamp programmable LED lamp with outdoor engineering
- Leetcode T47: 全排列II
- Xcode 异常图片导致ipa包增大问题
- IDEA快捷键大全
- Vscode common plug-ins summary
猜你喜欢
C# wpf 实现截屏框实时截屏功能
【Matlab】conv、filter、conv2、filter2和imfilter卷积函数总结
392. Judgement subsequence
Understand chisel language thoroughly 10. Chisel project construction, operation and testing (II) -- Verilog code generation in chisel & chisel development process
递增的三元子序列[贪心训练]
软件测试之测试评估
Unity shader learning (3) try to draw a circle
Data warehouse interview question preparation
吃透Chisel语言.10.Chisel项目构建、运行和测试(二)——Chisel中生成Verilog代码&Chisel开发流程
Learn kernel 3: use GDB to track the kernel call chain
随机推荐
IP 实验室月复盘 · 第 5 期
LifeCycle
[antd] how to set antd in form There is input in item Get input when gourp Value of each input of gourp
R语言使用dplyr包的group_by函数和summarise函数基于分组变量计算目标变量的均值、标准差
使用CLion编译OGLPG-9th-Edition源码
Common content type correspondence table
测试流程整理(3)
The mouse wheel of xshell/bash/zsh and other terminals is garbled (turn)
Assertion of unittest framework
Understand chisel language thoroughly 12. Chisel project construction, operation and testing (IV) -- chisel test of chisel test
2022 practice questions and mock exams for the main principals of hazardous chemical business units
基于YOLOv1的口罩佩戴检测
What is the real meaning and purpose of doing things, and what do you really want
如何游戏出海代运营、游戏出海代投
R语言dplyr包summarise_if函数计算dataframe数据中所有数值数据列的均值和中位数、基于条件进行数据汇总分析(Summarize all Numeric Variables)
QT how to detect whether the mouse is on a control
去除重复字母[贪心+单调栈(用数组+len来维持单调序列)]
【FAQ】华为帐号服务报错 907135701的常见原因总结和解决方法
R语言使用lattice包中的bwplot函数可视化箱图(box plot)、par.settings参数自定义主题模式
Understand chisel language thoroughly 06. Chisel Foundation (III) -- registers and counters