- Implemented Logistic Regression from Scratch
- Applied 10-Fold Validation with
0.1
,0.01
,0.001
and0.0001
learning rates from scratch - The model with the learning rate of
0.1
achieved the highest accuracy
MH0386/logistic_regression
This code about K-Fold Validation is applied to Logistic Regression.
Jupyter Notebook