This chapter covers the logistic regression concept and implementation in a structured way. Preceding chapters introduced supervised learning and concentrated on the parametric method. In supervised learning, we present a model with a set of correct answers, and we then allow a model to predict unseen data. We use the parametric method to solve regression problems (when a dependent variable is a continuous variable).
This chapter introduces a supervised learning method recognized as the nonparametric method ...