radon
Stay organized with collections
Save and categorize content based on your preferences.
Radon is a radioactive gas that enters homes through contact points with the
ground. It is a carcinogen that is the primary cause of lung cancer in
non-smokers. Radon levels vary greatly from household to household. This dataset
contains measured radon levels in U.S homes by county and state. The 'activity'
label is the measured radon concentration in pCi/L. Important predictors are
'floor' (the floor of the house in which the measurement was taken), 'county'
(the U.S. county in which the house is located), and 'Uppm' (a measurement of
uranium level of the soil by county).
Split |
Examples |
'train' |
12,573 |
FeaturesDict({
'activity': float32,
'features': FeaturesDict({
'Uppm': float32,
'adjwt': float32,
'basement': string,
'cntyfips': int32,
'county': string,
'dupflag': int32,
'floor': int32,
'idnum': int32,
'lat': float32,
'lon': float32,
'pcterr': float32,
'region': int32,
'rep': int32,
'room': int32,
'startdt': int32,
'starttm': int32,
'state': string,
'state2': string,
'stfips': int32,
'stopdt': int32,
'stoptm': int32,
'stratum': int32,
'typebldg': int32,
'wave': int32,
'windoor': string,
'zip': int32,
'zipflag': int32,
}),
})
Feature |
Class |
Shape |
Dtype |
Description |
|
FeaturesDict |
|
|
|
activity |
Tensor |
|
float32 |
|
features |
FeaturesDict |
|
|
|
features/Uppm |
Tensor |
|
float32 |
|
features/adjwt |
Tensor |
|
float32 |
|
features/basement |
Tensor |
|
string |
|
features/cntyfips |
Tensor |
|
int32 |
|
features/county |
Tensor |
|
string |
|
features/dupflag |
Tensor |
|
int32 |
|
features/floor |
Tensor |
|
int32 |
|
features/idnum |
Tensor |
|
int32 |
|
features/lat |
Tensor |
|
float32 |
|
features/lon |
Tensor |
|
float32 |
|
features/pcterr |
Tensor |
|
float32 |
|
features/region |
Tensor |
|
int32 |
|
features/rep |
Tensor |
|
int32 |
|
features/room |
Tensor |
|
int32 |
|
features/startdt |
Tensor |
|
int32 |
|
features/starttm |
Tensor |
|
int32 |
|
features/state |
Tensor |
|
string |
|
features/state2 |
Tensor |
|
string |
|
features/stfips |
Tensor |
|
int32 |
|
features/stopdt |
Tensor |
|
int32 |
|
features/stoptm |
Tensor |
|
int32 |
|
features/stratum |
Tensor |
|
int32 |
|
features/typebldg |
Tensor |
|
int32 |
|
features/wave |
Tensor |
|
int32 |
|
features/windoor |
Tensor |
|
string |
|
features/zip |
Tensor |
|
int32 |
|
features/zipflag |
Tensor |
|
int32 |
|
@book{GelmanHill:2007,
author = {Gelman, Andrew and Hill, Jennifer},
title = {Data Analysis Using Regression and Multilevel/Hierarchical Models},
publisher = {Cambridge University Press},
series = {Analytical methods for social research},
year = 2007
}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-12-20 UTC.
[null,null,["Last updated 2022-12-20 UTC."],[],[],null,["# radon\n\n\u003cbr /\u003e\n\n- **Description**:\n\nRadon is a radioactive gas that enters homes through contact points with the\nground. It is a carcinogen that is the primary cause of lung cancer in\nnon-smokers. Radon levels vary greatly from household to household. This dataset\ncontains measured radon levels in U.S homes by county and state. The 'activity'\nlabel is the measured radon concentration in pCi/L. Important predictors are\n'floor' (the floor of the house in which the measurement was taken), 'county'\n(the U.S. county in which the house is located), and 'Uppm' (a measurement of\nuranium level of the soil by county).\n\n- **Homepage** :\n [http://www.stat.columbia.edu/\\~gelman/arm/examples/radon/](http://www.stat.columbia.edu/%7Egelman/arm/examples/radon/)\n\n- **Source code** :\n [`tfds.datasets.radon.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/radon/radon_dataset_builder.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): No release notes.\n- **Download size** : `1.71 MiB`\n\n- **Dataset size** : `9.15 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'train'` | 12,573 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'activity': float32,\n 'features': FeaturesDict({\n 'Uppm': float32,\n 'adjwt': float32,\n 'basement': string,\n 'cntyfips': int32,\n 'county': string,\n 'dupflag': int32,\n 'floor': int32,\n 'idnum': int32,\n 'lat': float32,\n 'lon': float32,\n 'pcterr': float32,\n 'region': int32,\n 'rep': int32,\n 'room': int32,\n 'startdt': int32,\n 'starttm': int32,\n 'state': string,\n 'state2': string,\n 'stfips': int32,\n 'stopdt': int32,\n 'stoptm': int32,\n 'stratum': int32,\n 'typebldg': int32,\n 'wave': int32,\n 'windoor': string,\n 'zip': int32,\n 'zipflag': int32,\n }),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|-------------------|--------------|-------|---------|-------------|\n| | FeaturesDict | | | |\n| activity | Tensor | | float32 | |\n| features | FeaturesDict | | | |\n| features/Uppm | Tensor | | float32 | |\n| features/adjwt | Tensor | | float32 | |\n| features/basement | Tensor | | string | |\n| features/cntyfips | Tensor | | int32 | |\n| features/county | Tensor | | string | |\n| features/dupflag | Tensor | | int32 | |\n| features/floor | Tensor | | int32 | |\n| features/idnum | Tensor | | int32 | |\n| features/lat | Tensor | | float32 | |\n| features/lon | Tensor | | float32 | |\n| features/pcterr | Tensor | | float32 | |\n| features/region | Tensor | | int32 | |\n| features/rep | Tensor | | int32 | |\n| features/room | Tensor | | int32 | |\n| features/startdt | Tensor | | int32 | |\n| features/starttm | Tensor | | int32 | |\n| features/state | Tensor | | string | |\n| features/state2 | Tensor | | string | |\n| features/stfips | Tensor | | int32 | |\n| features/stopdt | Tensor | | int32 | |\n| features/stoptm | Tensor | | int32 | |\n| features/stratum | Tensor | | int32 | |\n| features/typebldg | Tensor | | int32 | |\n| features/wave | Tensor | | int32 | |\n| features/windoor | Tensor | | string | |\n| features/zip | Tensor | | int32 | |\n| features/zipflag | Tensor | | int32 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('features', 'activity')`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Examples**\n ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @book{GelmanHill:2007,\n author = {Gelman, Andrew and Hill, Jennifer},\n title = {Data Analysis Using Regression and Multilevel/Hierarchical Models},\n publisher = {Cambridge University Press},\n series = {Analytical methods for social research},\n year = 2007\n }"]]