Code Monkey home page Code Monkey logo

data_scientist's Introduction

Data_Scientist

This project is the Blog Post for the Data Scientist Nanodegree Program from Udacity. I choose to work on a Diabetes Dataset from Kaggle website. This data set contains several medical predictor (independent) variables and one target (dependent) variable, Outcome. Independent variables include the number of pregnancies the patient has had, their BMI, insulin level, age, and so on.

Libraries used

  • Pandas Library; Pandas is a software library written for the Python programming language for data manipulation and analysis.
  • Numpy Library; NumPy is a Python library used for working with arrays.NumPy stands for Numerical Python.
  • Matplotlib Library; Matplotlib is a cross-platform, data visualization and graphical plotting library for Python and its numerical extension NumPy.
  • Seaborn Library ; Seaborn is an open-source Python library built on top of matplotlib. It is used for data visualization and exploratory data analysis.
  • Plotly.express Library; Plotly Express is the easy-to-use, high-level interface to Plotly, which operates on a variety of types of data and produces easy-to-style figures.

Extra Information:

%matplotlib inline

It sets the backend of matplotlib to the 'inline' backend: With this backend, the output of plotting commands is displayed inline within frontends like the Jupyter notebook, directly below the code cell that produced it.

Motivation for the project

My motivation was about answering questions related to the Diabetes. I found my answers in this dataset using python packages pandas , numpy , seaborn , matplotlib ,plotly.express My questions was about the following: How many people have diabetes? How many women are affected by diabetes during pregnancy? What is the average of Glucose for the people who are affected by diabetes?

The files in the repository with a small description of each

  • README.md: Short Brief about the project goal, used libraries and the results.
  • Diabetes -Project 1.ipynb the code waswrittin by pythin 3 using jypter notbook
  • Diabetes.csv the file contains the dataset from Kaggle.

A summary of the results of the analysis

After answering three questions we can said , the people who are affected by diabetes is less than who are not. The percentage for the women who are affected by diabetes during pregnancy which is (44.2%).In addition the average of Glucose for the people who are affected by diabetes is 141.26 which is greater than the people who are not affected by diabetes.

Necessary acknowledgments

The link of the article for non-techincal in Medium:

https://medium.com/@bashayer/project-data-science-blog-post-diabetes-dataset-b93919e6bbf4

About Dataset Features:

Following are the features provided in the dataset.

  • Pregnancies = No. of pregnancy
  • Glucose = Glucose level
  • Blood Pressure = Plood Pressure of person
  • SkinThickness = Thickness of the skin
  • Insulin = Insulin Test results
  • BMI = Body Mass Index
  • Diabetes Pedigree Function
  • Age = Age of the person
  • Outcome = Target class (wether diabetes or not, 1: diabetec, 0: not diabeteic)

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.