From 830b2992b8474f377836cc512f38fe2165f07d50 Mon Sep 17 00:00:00 2001
From: abhiphull <abhishek.phull@gmail.com>
Date: Sat, 6 Feb 2021 18:43:36 -0800
Subject: [PATCH] Update README.md

Added a resource on Logistic Regression using Python
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index e0f40a8..2f321ff 100644
--- a/README.md
+++ b/README.md
@@ -134,6 +134,7 @@
 - [Example of logistic regression in Python using scikit-learn](http://www.dataschool.io/logistic-regression-in-python-using-scikit-learn/)
 - [TUTORIAL ON LOGISTIC REGRESSION AND OPTIMIZATION IN PYTHON](https://learningwithdata.wordpress.com/2015/04/30/tutorial-on-logistic-regression-and-optimization-in-python/)
 - [Using Logistic Regression in Python for Data Science](http://www.dummies.com/how-to/content/using-logistic-regression-in-python-for-data-scien.html)
+- [Understanding Logistic Regression Using Python](https://www.nbshare.io/notebook/415235001/Understanding-Logistic-Regression-Using-Python/)
 
 ## k Nearest Neighbours in Python
 - [A good tutorial on implementing K Nearest Neighbors using scikit learn](http://scikit-learn.org/stable/modules/neighbors.html)