An open API service indexing awesome lists of open source software.

https://github.com/mh0386/logistic_regression

This code about K-Fold Validation is applied to Logistic Regression.
https://github.com/mh0386/logistic_regression

classification-model k-fold-cross-validation logistic-regression

Last synced: 3 months ago
JSON representation

This code about K-Fold Validation is applied to Logistic Regression.

Awesome Lists containing this project

README

        

# Logistic Regression

- Implemented Logistic Regression from Scratch
- Applied 10-Fold Validation with `0.1`, `0.01`, `0.001` and `0.0001` learning rates from scratch
- The model with the learning rate of `0.1` achieved the highest accuracy