一、Feature Interaction

The interaction between two features is the change in the prediction that occurs by varying the features after considering the individual feature effects.

二、Feature Importance

The importance of a feature is the increase in the prediction error of the model after we permuted the feature’s values, which breaks the relationship between the feature and the true outcome.针对单个feature,打乱feature的value,观察error的变化。

Model-Agnostic Methods - Feature Interaction&Feature Importance

至于用train还是test data来计算feature importance没有明确的答案

 

 

相关文章:

  • 2022-12-23
  • 2021-09-23
  • 2021-08-23
  • 2021-10-12
  • 2021-10-23
  • 2022-12-23
  • 2021-07-27
  • 2022-12-23
猜你喜欢
  • 2021-11-21
  • 2021-07-15
  • 2021-07-08
  • 2021-07-26
  • 2021-11-02
  • 2022-01-01
  • 2021-07-06
相关资源
相似解决方案