Skip to content

Regression or Classification

Compare
Choose a tag to compare
@hayesall hayesall released this 05 Aug 18:54
· 10 commits to main since this release
fa6e65f

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 regressionExamples

regressionExample(medv(id65),33).
regressionExample(medv(id248),20.5).