Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 378 Bytes

File metadata and controls

6 lines (4 loc) · 378 Bytes

Permutation_Importance_Experiment

Permutation Importance是一种变量筛选的方法。

通过本文,你将通过一个Kaggle的真实数据了解到,模型默认的Feature Importance存在什么问题,什么是Permutation Importance,它的优劣势分别是什么,以及具体代码如何实现和使用。

文章链接:https://zhuanlan.zhihu.com/p/563422607