Regression or Classification
Add support for regression task by parsing two mutually exclusive cases:
Classification Task: where data are formatted with examples
age(id1,20).
age(id2,25).
Regression Task: where data are formatted with regressionExample
s
regressionExample(medv(id65),33).
regressionExample(medv(id248),20.5).