Fractal interview question

What algorithm would you use for differentiating between two categories?

Interview Answer

Anonymous

Apr 28, 2019

Since this is a binary classification problem, I said I would use a simple Logistic Regression algorithm.

1