Tell me what is the difference between Regression and classification ML techniques?
Submitted by: Muhammad
Both Regression and classification machine learning techniques come under Supervised machine learning algorithms. In Supervised machine learning algorithm, we have to train the model using labeled dataset, While training we have to explicitly provide the correct labels and algorithm tries to learn the pattern from input to output. If our labels are discreate values then it will a classification problem, e.g A,B etc. but if our labels are continuous values then it will be a regression problem, e.g 1.23, 1.333 etc.
Submitted by: Muhammad
Read Online Lead Data Scientist Job Interview Questions And Answers