What is bias in machine learning models and how is it introduced?

Updated May 17, 2026

Short answer

Bias is the error introduced by simplifying assumptions in the model.

Deep explanation

Bias refers to systematic error introduced when a model is too simple to capture underlying patterns in the data. High bias leads to underfitting. It is introduced by overly constrained models (like linear regression on nonlinear data), insufficient features, or strong regularization. Bias is one component of the bias-variance tradeoff and directly affects training error.

Unlock with a Pro subscription to view this section.

View pricing

Real-world example

No real-world example available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Common mistakes

No common mistakes listed yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Follow-up questions

No follow-up questions available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

More Supervised Learning interview questions

View all →