Questions tagged [feature-interaction]

For questions related to Feature Interactions, the interaction between two features is the change in the prediction that occurs by varying the features after considering the individual feature effects

From the book

Interpretable Machine Learning A Guide for Making Black Box Models Explainable by Christoph Molnar

Feature interactions are defined as

When features interact with each other in a prediction model, the prediction cannot be expressed as the sum of the feature effects, because the effect of one feature depends on the value of the other feature. Aristotle's predicate "The whole is greater than the sum of its parts" applies in the presence of interactions

It is often seen in machine learning experiments when two features combined through an arithmetic operation becomes more significant in explaining variances in the data, than the same two features separately. Creating a new feature through the interaction of existing features is known as feature interaction.

7 questions
2
votes
1 answer

Feature Interactions vs Feature Importances

What are the differences between Feature Interactions and Feature Importances?
0
votes
1 answer

how interacting variables (known in statistics as moderating variable) are handled by KNN algorithm?

Can someone intuitively explain how interacting variables are being handled by KNN.according to the book "Introduction to Data Mining": Nearest neighbor classifiers can handle the presence of interacting attributes, i.e., attributes that have more…
0
votes
0 answers

Can I decompose SHAP interaction values like a linear regression?

I had a question regarding the shap interaction matrix. Suppose I have 500 samples with 2 features. Then my interaction matrix becomes (500,2,2). I want to calculate the SHAP values of each feature and its interaction, thus x1,x2,x1-x2. Inormalize…
0
votes
0 answers

Interaction plot

I have some questions about the interaction plot. I tried to make it on my own but I am wrong in my approach and I would like to know how to construct this. I have made a log linear regression with weekly data and I am interested in interactions…
coboy
  • 101
  • 1
0
votes
0 answers

Marketing Mix modeling and synergy terms

I am working on marketing mix models and I would like to know more about the way to include and compute synergy in marketing mix model? I know the existence of one software that uses this kind of model (a log linear model) giving us synergy terms…
coboy
  • 101
  • 1
0
votes
0 answers

model interaction between words for a sentiment analysis task

I am wondering what is the most appropriate way to model the interaction between two words/variables in a language model for a sentiment analysis task. For example, in the following dataset: You didn't solve my problem,NEU I never made that…
0
votes
0 answers

SHAP: How can interpret a certain feature has positive or negative impact correctly?

I want to raise a question here already I created an issue in the related workaround but still haven't gotten any clarification about it. I also want to tag most related posts I found: post1 & post2 to get reseanble answer possibly in this medium. I…
Mario
  • 335
  • 5
  • 18