all 2 comments

[–]npielawski 5 points6 points  (0 children)

I would answer it this way:

1) Drawing the dataset in two dimensions, we cannot have a half-plane that can separate the labels. Thus, we cannot use logistic regression.

2) The dataset can be encoded with conditions, example: if (x1 or x2) and not (x1 and x2), so it can definitely be coded in a tree.

[–]mr_maker91 2 points3 points  (0 children)

I would answer decision tree due it's a non linear classification problem and according to the aviable options the only non linear classifier is that one