Primary tumor
Files | Size | Format | Created | Updated | License | Source |
---|---|---|---|---|---|---|
1 | 33 kB | csv | almost 7 years ago | OpenML - Primary tumor |
This is a dataset about primary tumors in people. Locations of primary tumors are locations in body where the tumor first appeared and from there started to metastasize to other parts of the body. ...
Data Files
File | Description | Size | Last modified | Download |
---|---|---|---|---|
primary-tumor | 33 kB | almost 7 years ago | primary-tumor |
Data Previews
primary-tumor
Schema
name | type | format | description |
---|---|---|---|
age | string | default | <30, 30-59, >=60 |
sex | string | default | female, male |
histologic-type | string | default | epidermoid, adeno, anaplastic |
degree-of-diffe | string | default | well, fairly, poorly |
bone | boolean | default | |
bone-marrow | boolean | default | |
lung | boolean | default | |
pleura | boolean | default | |
peritoneum | boolean | default | |
liver | boolean | default | |
brain | boolean | default | |
skin | boolean | default | |
neck | boolean | default | |
supraclavicular | boolean | default | |
axillar | boolean | default | |
mediastinum | boolean | default | |
abdominal | boolean | default | |
class | string | default | lung, head & neck, esophasus, thyroid, stomach, duoden & sm.int, colon, rectum, anus, salivary glands, pancreas, gallblader, liver, kidney, bladder, testis, prostate, ovary, corpus uteri, cervix uteri, vagina, breast |
This is a dataset about primary tumors in people. Locations of primary tumors are locations in body where the tumor first appeared and from there started to metastasize to other parts of the body.
Data
This dataset was found on OpenML - primary-tumor
This primary tumor domain was obtained from the University Medical Centre, Institute of Oncology, Ljubljana, Yugoslavia. Thanks go to M. Zwitter and M. Soklic for providing the data. _Please include this citation if you plan to use this database.
Data is located in directory data
data/primary-tumor.csv
Preparation
To get our output data several things are done to input data:
- missing values marked with "?" are replaced with ""(empty space)
- all " are removed
- all ' are removed
- yes and no values are replaced with true and false
Scripts are in directory scripts
scripts/main.py
License
Licensed under the Public Domain Dedication and License (assuming either no rights or public domain license in source data).