Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 317 Bytes

File metadata and controls

2 lines (2 loc) · 317 Bytes

Logistic_Regression_Hyperparameter_Tuning

This Jupyter Notebook demonstrates hyperparameter tuning for a Logistic Regression model using Python, with a focus on regularization techniques (L1 and L2). It explains how tuning parameters impacts model performance and helps prevent overfitting in classification tasks.