IBM interview question

How do you distinguish a classification problem from a regression problem?

Interview Answers

Anonymous

Apr 16, 2019

If Target variable is discrete it's a classification problem , otherwise if it is continous then regression

1

Anonymous

Sep 18, 2018

A classification problem seeks a categorical answer while a regression problem seeks a continuous numerical answer