How to Poison Linear Regression
I will use linear regression as a guinea pig to illustrate data poisoning attacks in adversary machine learning. An adversary attempts to fool linear regression into learning some wrong regression coefficients: perhaps customers are more satisfied the longer they sit in your waiting room, or maybe Wisconsin isn’t warming. The …