Acute Inflammations
Donated on 2/10/2009
The data was created by a medical expert as a data set to test the expert system, which will perform the presumptive diagnosis of two diseases of the urinary system.
Dataset Characteristics
Multivariate
Subject Area
Health and Medicine
Associated Tasks
Classification
Feature Type
Categorical, Integer
# Instances
120
# Features
6
Dataset Information
Additional Information
The main idea of this data set is to prepare the algorithm of the expert system, which will perform the presumptive diagnosis of two diseases of urinary system. It will be the example of diagnosing of the acute inflammations of urinary bladder and acute nephritises. For better understanding of the problem let us consider definitions of both diseases given by medics. Acute inflammation of urinary bladder is characterised by sudden occurrence of pains in the abdomen region and the urination in form of constant urine pushing, micturition pains and sometimes lack of urine keeping. Temperature of the body is rising, however most often not above 38C. The excreted urine is turbid and sometimes bloody. At proper treatment, symptoms decay usually within several days. However, there is inclination to returns. At persons with acute inflammation of urinary bladder, we should expect that the illness will turn into protracted form. Acute nephritis of renal pelvis origin occurs considerably more often at women than at men. It begins with sudden fever, which reaches, and sometimes exceeds 40C. The fever is accompanied by shivers and one- or both-side lumbar pains, which are sometimes very strong. Symptoms of acute inflammation of urinary bladder appear very often. Quite not infrequently there are nausea and vomiting and spread pains of whole abdomen. The data was created by a medical expert as a data set to test the expert system, which will perform the presumptive diagnosis of two diseases of urinary system. The basis for rules detection was Rough Sets Theory. Each instance represents an potential patient. The data is in an ASCII file. Attributes are separated by TAB. Each line of the data file starts with a digit which tells the temperature of patient. -- Attribute lines: For example, '35,9 no no yes yes yes yes no' Where: '35,9' Temperature of patient 'no' Occurrence of nausea 'no' Lumbar pain 'yes' Urine pushing (continuous need for urination) 'yes' Micturition pains 'yes' Burning of urethra, itch, swelling of urethra outlet 'yes' decision: Inflammation of urinary bladder 'no' decision: Nephritis of renal pelvis origin
Has Missing Values?
No
Introductory Paper
By J. Czerniak, H. Zarzycki. 2003
Published in ACS'2002 9th International Conference Proceedings
Variables Table
Variable Name | Role | Type | Description | Units | Missing Values |
---|---|---|---|---|---|
temperature | Feature | Continuous | no | ||
nausea | Feature | Categorical | no | ||
lumbar-pain | Feature | Categorical | no | ||
urine-pushing | Feature | Categorical | no | ||
micturition-pains | Feature | Categorical | no | ||
burning-urethra | Feature | Categorical | no | ||
bladder-inflammation | Target | Categorical | no | ||
nephritis | Target | Categorical | no |
0 to 8 of 8
Additional Variable Information
a1 Temperature of patient { 35C-42C } a2 Occurrence of nausea { yes, no } a3 Lumbar pain { yes, no } a4 Urine pushing (continuous need for urination) { yes, no } a5 Micturition pains { yes, no } a6 Burning of urethra, itch, swelling of urethra outlet { yes, no } d1 decision: Inflammation of urinary bladder { yes, no } d2 decision: Nephritis of renal pelvis origin { yes, no }
Dataset Files
File | Size |
---|---|
diagnosis.data | 7.1 KB |
diagnosis.names | 4.2 KB |
Papers Citing this Dataset
Sort by Year, desc
By Humar Kahramanlı. 2016
Published in RTET, ICABES - Dec. 14-16, 2016 Pattaya.
0 to 2 of 2
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset acute_inflammations = fetch_ucirepo(id=184) # data (as pandas dataframes) X = acute_inflammations.data.features y = acute_inflammations.data.targets # metadata print(acute_inflammations.metadata) # variable information print(acute_inflammations.variables)
Czerniak, J. (2003). Acute Inflammations [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5V59S.
Creators
Jacek Czerniak
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.