rainmaker29 / Cardioctography-LogisticRegression

Classifier using LogisticRegression to classify fetal state in Cardioctography

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cardioctography

Cardiotocography (CTG) is a technical means of recording the fetal heartbeat and the uterine contractions during pregnancy ,says Google.

fetus

This notebook provides a classifier to predict the fetal state using Multiclass Logistic Regression .

Dataset source : https://archive.ics.uci.edu/ml/machine-learning-databases/00193/

Here's a snapshot of 9 records from the dataset :

dataset

The attribute NSP is the key attribute for this prediction. NSP is a fetal status class code :

  • N or 1 -> Normal
  • S or 2 -> Suspect
  • P or 3 -> Pathologic
The model gives us a whooping 98.71% accuracy !

About

Classifier using LogisticRegression to classify fetal state in Cardioctography


Languages

Language:Jupyter Notebook 100.0%