Machine Learning Engineer Question:
Download Job Interview Questions and Answers PDF
Tell us when will you use classification over regression?
Answer:
Classification is about identifying group membership while regression technique involves predicting a response. Both techniques are related to prediction, where classification predicts the belonging to a class whereas regression predicts the value from a continuous set. Classification technique is preferred over regression when the results of the model need to return the belongingness of data points in a dataset to specific explicit categories. (For instance, when you want to find out whether a name is male or female instead of just finding it how correlated they are with male and female names.
Download Machine Learning Engineer Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell us what is the difference between supervised and unsupervised machine learning? | Can you name some feature extraction techniques used for dimensionality reduction? |