Skip to content

Classifier using LogisticRegression to classify fetal state in Cardioctography

Notifications You must be signed in to change notification settings

rainmaker29/Cardioctography-LogisticRegression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published