Classification problem = given examples of input x and binary output y, construct a function mapping x to y which is correct in the future.
Regression problem = given examples of input x and real valued y, construct a function mapping x to y which is correct in the future.