Giter VIP home page Giter VIP logo

data-preparation-techniques-project's Introduction

Data Preparation Techniques Project

This project was completed for the data preparation techniques course. In this project different data preparation techniques were applied such as -

  • Dataset Presentation
  • Data Cleaning
  • Data scaling pre-assessment
  • Handling missing data and outliers
  • Supervised Learning problem design and experimentation

The Dataset

The dataset we are working with is from an ongoing cardiovascular study on residents of the town of Framingham, Massachusetts. It is publicly available in Kaggle. The goal of this dataset is to predict whether the person has 10 year risk of heart diseases. This dataset is publicly available in Kaggle (https://www.kaggle.com/datasets/dileep070/heart-disease-prediction-using-logistic-regression)

There are 16 column in this dataset. They are:

  • male: Whether the patient is male or female (Nominal: 1 means male and 0 means female). Men are more prone to heart diseases than women. So, the risk of gender varies depending on the gender.
  • age: Age of the patient. It is a well known fact that the risk of heart diseases increases with age.
  • Education: This column represents the level of education from 1 to 4.
  • currentSmoker: Whether or not the patient is a current smoker (Nominal). Smoking plays an important role whether a person will be affected with heart disease or not.
  • cigsPerDay: the number of cigarettes that the person smoked on average in one day
  • BPMeds: whether or not the patient was on blood pressure medication (Nominal)
  • prevalentStroke: whether or not the patient had previously had a stroke (Nominal)
  • prevalentHyp: whether or not the patient was hypertensive (Nominal)
  • diabetes: whether or not the patient had diabetes (Nominal). People with high diabetes are more tend to have heart attack as it effects the regular blood flow.
  • totChol: total cholesterol level (Continuous). A normal human contains 200mg/dL level of cholestrol. If the level increases it may lead to a heart disease.
  • SysBP: systolic blood pressure (Continuous). Blood pressure normally remains 120/80 or lower. Higher blood pressure will signify more stress on the heart.
  • diaBP: diastolic blood pressure (Continuous)
  • BMI: Body Mass Index (Continuous)
  • heartRate: heart rate (Continuous) 60 to 100 beats per minute signifies regular. Generally a lower level signifies a better heart condition.
  • Glucose: if the glucose level (Continuous) is too high it can damage one's heart which may result in a coronary heart disease.
  • TenYearCHD: 10 year risk of coronary heart disease CHD (binary: “1”, means “Yes”, “0” means “No”)

Group Members

  • Mehadi Hassan
  • Hridita Tabassum

data-preparation-techniques-project's People

Contributors

mehadihn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.