|
|
|
|
|
by mrow84
3549 days ago
|
|
To correct biased measurements (in a careful way) you need 1. Enough knowledge about the structure of the bias to be able to devise a model for it. 2. Some measurements from which to fit the model, with errors that are uncorrelated with the errors in your original data. These things are not always easy to obtain, even in relatively mundane settings. It is also a distinctly non-automatic procedure - it requires someone to decide that a bias exists, to model it, obtain the relevant data, and fit the bias correction model, all before they can begin to obtain unbiased (or probably just less-biased) measurements. |
|
You don't need a human data scientist to decide bias exists, model it and fix it at all. If you read the post I linked to, you can observe a synthetic example of linear regression (with redundant encodings) accidentally fixing bias.
So yes, if your model is expressive enough and you have sufficient data, it will automatically fix bias. Is it really shocking that an algorithm which is good at finding hidden patterns will find a hidden pattern?