ハウエル
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Nancy Howell が収集したカラハリ !クンサン族の人口統計データ
ハウエルの !Kung San の観察は、1967 年 8 月から 1969 年 5 月の間にボツワナでハウエルによって行われました。この地域と研究対象の人々の詳細な説明は、RB Lee と I. DeVore (eds)、1976 年、Kalahari Hunter-Gatherers に記載されています。 : Studies of the !Kung San and Their Neighbors、Harvard University Press、ケンブリッジ、マサチューセッツ州。N. Howell、2000 年、Demography of the Dobe !Kung、Aldine de Gruyter、ニューヨーク。
身長、体重、年齢、性別の列のみが保持されました。 null 値を持つ行は削除されました。
インスタンス数: 544
変数:
- 高さ(cm)(浮き)
- 体重(kg)
- 年齢 (int)
- 男性指標 (int)
FeaturesDict({
'age': float32,
'height': float32,
'male': int32,
'weight': float32,
})
特徴 | クラス | 形 | Dtype | 説明 |
---|
| 特徴辞書 | | | |
年 | テンソル | | float32 | |
身長 | テンソル | | float32 | |
男 | テンソル | | int32 | |
重さ | テンソル | | float32 | |
@ONLINE {
author = "Howell, Nancy",
title = "Dobe !Kung Census of All Population.",
year = "2009",
url = "https://tspace.library.utoronto.ca/handle/1807/17973"
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-11-23 UTC。
[null,null,["最終更新日 2022-11-23 UTC。"],[],[],null,["# howell\n\n\u003cbr /\u003e\n\n- **Description**:\n\nDemographic data from Kalahari !Kung San people collected by Nancy Howell\n\nHowell's observations of the !Kung San were made by Howell in Botswana between\nAugust 1967 and May 1969. Fuller descriptions of the region and the people under\nstudy can be found in R. B. Lee and I. DeVore (eds), 1976, Kalahari\nHunter-Gatherers: Studies of the !Kung San and Their Neighbors, Harvard\nUniversity Press, Cambridge, Mass. And in N. Howell, 2000, Demography of the\nDobe !Kung, Aldine de Gruyter, New York.\n\nOnly columns on height, weight, age, and sex were kept. Rows with any null\nvalues were dropped.\n\nNumber of instances: 544\n\nVariables:\n\n1. height in cm (float)\n2. weight in kg (float)\n3. age in years (int)\n4. male indicator (int)\n\n- **Homepage** :\n \u003chttps://tspace.library.utoronto.ca/handle/1807/10395\u003e\n\n- **Source code** :\n [`tfds.structured.howell.Howell`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/structured/howell/howell.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): Initial release.\n- **Download size** : `11.92 KiB`\n\n- **Dataset size** : `39.31 KiB`\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'` | 544 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'age': float32,\n 'height': float32,\n 'male': int32,\n 'weight': float32,\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|---------|--------------|-------|---------|-------------|\n| | FeaturesDict | | | |\n| age | Tensor | | float32 | |\n| height | Tensor | | float32 | |\n| male | Tensor | | int32 | |\n| weight | Tensor | | float32 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `None`\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 @ONLINE {\n author = \"Howell, Nancy\",\n title = \"Dobe !Kung Census of All Population.\",\n year = \"2009\",\n url = \"https://tspace.library.utoronto.ca/handle/1807/17973\"\n }"]]