6 ms·
Logistic regression is also referred to as a "supervised classification" problem, which this book only addresses in the specialized space of document clustering
by boxy310 8y ago
Logistic regression is also referred to as a "supervised classification" problem, which this book only addresses in the specialized space of document clustering or image classification. They do also address Support Vector Machines, which is a generalized algorithm for classification. However, there are a wide variety of specific implementations of logistic regressions that require quite a bit more conversation (dummy variables, log-odds ratios, ordinal variables) that are more directly applicable to a general stats background to machine learning itself.
Considering that the authors are all CS professors or researchers and not statisticians, that makes sense to me why they don't view logistic regression as foundational.
- hellofunk 8y agoI said linear regression, not logistic.