MH0386 / logistic_regression

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

Home Page:https://Kaggle.com/code/mh0386/logistic-regression-with-k-fold

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://Kaggle.com/code/mh0386/logistic-regression-with-k-fold


Languages

Language:Jupyter Notebook 100.0%