Bias of Supervised Models in Statistical Learning
Bias is an error that occurs when a model is unable to accurately represent the true as a result of underlying assumptions made to simplify the model. For example, using linear regression for a relationship that is not linear in nature has a large amount of bias since no linear estimate will result in a model that accurately captures the non-linear nature of . Its flexibility is limited and often underfits the data. More flexible methods result in less bias since it is able to more accurately represent the true .
0
5
Contributors are:
Who are from:
Tags
Data Science
Related
Overfitting a supervised statistical model
Training Error and Test Error
Generalizability of a supervised statistical model
Underfitting a supervised statistical model
Measuring Model Complexity: Rademacher complexity
Bias of Supervised Models in Statistical Learning
Variance of Supervised Models in Statistical Learning
Falsifiability of Machine Learning Models
Notions of Model Complexity
Relationship Between Dataset Size and Model Complexity