Lead Data Scientist Question:
Download Questions PDF

Tell me what is bias, variance trade off?

Lead Data Scientist Interview Question
Lead Data Scientist Interview Question

Answer:

Bias:
“Bias is error introduced in your model due to over simplification of machine learning algorithm.” It can lead to underfitting. When you train your model at that time model makes simplified assumptions to make the target function easier to understand.

Low bias machine learning algorithms - Decision Trees, k-NN and SVM
Hight bias machine learning algorithms - Liear Regression, Logistic Regression
Variance:
“Variance is error introduced in your model due to complex machine learning algorithm, your model learns noise also from the training dataset and performs bad on test dataset.” It can lead high sensitivity and overfitting.

Download Lead Data Scientist Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me how do you define big data?Tell me what is Random Forest? How does it work?