Introduction: The Bias-Variance Trade-Off
Get introduced to our topic for this chapter: bias-variance trade-off.
We'll cover the following...
Section overview
In this chapter, we’ll cover the remaining elements of logistic regression, including what happens when you call fit
to train the model, and the statistical assumptions you should be aware of when using this modeling technique. You will learn how to use L1 and L2 regularization with logistic regression to prevent overfitting and how to use the practice of cross-validation to decide the ...