Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.12 KB

BiasVarianceTradeOff.md

File metadata and controls

19 lines (12 loc) · 1.12 KB

VARIANCE - The difference in fits between train and test datasets is called Variance.

image The above diagram is HIGH VARIANCE - Great on Training | Bad on Testing Dataset
An ideal ML Algo is suppose to follow LOW VARIANCE - Good on Training | Good on Testing Dataset
image


BIAS - The Ability of ML Algorithm to depict the relationship between variables.

image

image The above diagram is HIGH BIAS - Bad on Training | Bad on Testing Dataset
An ideal ML Algo is suppose to folloe LOW BIAS - Good on Training | Good on Testing Dataset
image