
Regularization
Regularization techniques like L1 (Lasso) and L2 (Ridge) are used in Logistic Regression to prevent overfitting by penalizing large coefficients. This helps improve model generalization on unseen data by controlling the complexity of the model.