Data Mining common heart disease data (from UCI)

Source: Internet
Author: User

Http://archive.ics.uci.edu/ml/machine-learning-databases/statlog/heart/

 

This data is often used as an example of data mining.

 

This database contains 13 attributes (which have been extracted from
A larger set of 75)

Attribute Information:
------------------------
-- 1. Age
-- 2. Sex gender
-- 3. Chest pain type (4 values) chest pain type
-- 4. resting blood pressure static blood pressure
-- 5. Serum cholestoral in mg/dl
-- 6. Fasting blood sugar> 120 mg/dl
-- 7. Resting electrocardiographic results (values 0, 1, 2)
-- 8. maximum heart rate achieved
-- 9. Exercise Induced angina
-- 10. oldpeak = ST depression induced by exercise relative to rest
-- 11. The slope of the peak exercise ST segment
-- 12. Number of major vessels (0-3) colored by flourosopy
-- 13. thal: 3 = normal; 6 = Fixed defect; 7 = reversable Defect

Attributes types
-----------------

Real :,
Ordered: 11,
Binary: 2, 6, 9
Nominal: 7,3, 13

Variable to be predicted
------------------------
Absence (1) or presence (2) of heart disease

Cost Matrix

ABSE pres
Absence 0 1
Presence 5 0

Where the rows represent the true values and the columns the predicted.

No missing values.

270 observations

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.