IBM interview question

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

Interview Answers

Anonymous

16 Apr 2019

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

1

Anonymous

18 Sept 2018

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