项目作者: anviti06

项目描述 :
Logistic Regression using Python
高级语言: Jupyter Notebook
项目地址: git://github.com/anviti06/Logistic-Regression.git
创建时间: 2019-08-01T16:38:23Z
项目社区:https://github.com/anviti06/Logistic-Regression

开源协议:

下载


Logistic Regression Implementation in Python

Logistic Regression algorithm has been implemented on Jupyter Notebbok in Python Language.
Confusion Matrix has also been implemented on some of the Datasets.

The Different Datasets Used are:

  1. Titanic Dataset (Separate Train.csv and Test.csv Files are Available)
  2. Breast Cancer Dataset (From sklearn)
  3. Iris Dataset (From sklearn)

For Opening These Files , Simply download them in the folder where jupyter notebook exist and then use them.