Data
Mammographic-Mass-Data-Set

Mammographic-Mass-Data-Set

active ARFF Unknown Visibility: public Uploaded 05-06-2023 by Matthias Feurer
0 likes downloaded by 0 people , 0 total downloads 0 issues 0 downvotes
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Mammography is the most effective method for breast cancer screening available today. However, the low positive predictive value of breast biopsy resulting from mammogram interpretation leads to approximately 70% unnecessary biopsies with benign outcomes. To reduce the high number of unnecessary breast biopsies, several computer-aided diagnosis (CAD) systems have been proposed in the last years.These systems help physicians in their decision to perform a breast biopsy on a suspicious lesion seen in a mammogram or to perform a short term follow-up examination instead. This data set can be used to predict the severity (benign or malignant) of a mammographic mass lesion from BI-RADS attributes and the patient's age. It contains a BI-RADS assessment, the patient's age and three BI-RADS attributes together with the ground truth (the severity field) for 516 benign and 445 malignant masses that have been identified on full field digital mammograms collected at the Institute of Radiology of the University Erlangen-Nuremberg between 2003 and 2006. Each instance has an associated BI-RADS assessment ranging from 1 (definitely benign) to 5 (highly suggestive of malignancy) assigned in a double-review process by physicians. Assuming that all cases with BI-RADS assessments greater or equal a given value (varying from 1 to 5), are malignant and the other cases benign, sensitivities and associated specificities can be calculated. These can be an indication of how well a CAD system performs compared to the radiologists. Class Distribution: benign: 516; malignant: 445 ## Attributes 6 Attributes in total (1 goal field, 1 non-predictive, 4 predictive attributes) 1. BI-RADS assessment: 1 to 5 (ordinal, non-predictive!) 2. Age: patient's age in years (integer) 3. Shape: mass shape: round=1 oval=2 lobular=3 irregular=4 (nominal) 4. Margin: mass margin: circumscribed=1 microlobulated=2 obscured=3 ill-defined=4 spiculated=5 (nominal) 5. Density: mass density high=1 iso=2 low=3 fat-containing=4 (ordinal) 6. Severity: benign=0 or malignant=1 (binominal, goal field!) Missing Attribute Values: - BI-RADS assessment: 2 - Age: 5 - Shape: 31 - Margin: 48 - Density: 76 - Severity: 0 ## Notes Compared to v1 this dataset has the following difference: * It contains missing values. It appears that v1 has dropped all entries with missing values. * Variable types are coded more correctly. BI-RADS assessment and Density should be ordinal, but were coded as float because ordinal is not available on OpenML. They were not coded as int because liac-arff cannot serialize pd.NA yet. * The variable `BI-RADS assessment` is names `BI-RADS` because OpenML does not allow whitespace in attribute names.

5 features

Severity (target)nominal2 unique values
0 missing
BI-RADS (ignore)numeric7 unique values
2 missing
Agenumeric73 unique values
5 missing
Shapenominal4 unique values
31 missing
Marginnominal5 unique values
48 missing
Densitynumeric4 unique values
76 missing

19 properties

961
Number of instances (rows) of the dataset.
5
Number of attributes (columns) of the dataset.
2
Number of distinct values of the target attribute (if it is nominal).
160
Number of missing values in the dataset.
130
Number of instances with at least one value missing.
2
Number of numeric attributes.
3
Number of nominal attributes.
20
Percentage of binary attributes.
13.53
Percentage of instances having missing values.
0.49
Average class difference between consecutive instances.
3.33
Percentage of missing values.
0.01
Number of attributes divided by the number of instances.
40
Percentage of numeric attributes.
53.69
Percentage of instances belonging to the most frequent class.
60
Percentage of nominal attributes.
516
Number of instances belonging to the most frequent class.
46.31
Percentage of instances belonging to the least frequent class.
445
Number of instances belonging to the least frequent class.
1
Number of binary attributes.

1 tasks

0 runs - estimation_procedure: 4-fold Crossvalidation - target_feature: Severity
Define a new task