What is the situation when trade off is made while selection of machine learning algorithm in context of bias and variance.
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
swain
High bias and low variance algorithms train models that are consistent, but inaccurate on average.
High variance and low bias algorithms train models that are accurate but inconsistent.
if we make the model more complex by adding more variables, we will lose bias but gain variance.
To get the optimally-reduced amount of error, we will have to trade off bias and variance. Neither high bias nor high variance is desired.