-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.Rmd
31 lines (23 loc) · 1.1 KB
/
about.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
title: "Untitled"
author: "Chenchal Subraveti"
date: "December 24, 2015"
output: html_document
---
### Diabetes explorer Pima Indians
This application is based on UCI machine learning database.
Dataset has been obtained from PIMA Indians Diabetes data:
UCI Machine Learning Database: https://archive.ics.uci.edu/ml/machine-learning-databases/pima-indians-diabetes/pima-indians-diabetes.data
Predictor | Predictor Description
------------- | -------------------------------------------------------------------------
pregnant | Number of times pregnant
glucose | Plasma glucose concentration a 2 hours in an oral glucose tolerance test
diastolic | Diastolic blood pressure (mm Hg)
triceps | Triceps skin fold thickness (mm)
insulin | 2-Hour serum insulin (mu U/ml)
bmi | Body mass index (weight in kg/(height in m)^2)
diabetes | Diabetes pedigree function
age | Age (years)
test | Class variable (0 or 1))
Source code is available on the [GitHub](https://github.com/chenchals/DiabetesDataExplorer)
Uses logistic regression model