german_credit_numeric
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
このデータセットは、一連の属性によって記述された人々を信用リスクの良し悪しに分類します。ここでのバージョンは、カテゴリ属性と順序付きカテゴリ属性がそれぞれ指標と整数の量としてエンコードされた「数値」バリアントです。
FeaturesDict({
'features': Tensor(shape=(24,), dtype=int32),
'label': ClassLabel(shape=(), dtype=int64, num_classes=2),
})
特徴 | クラス | 形 | Dtype | 説明 |
---|
| 特徴辞書 | | | |
特徴 | テンソル | (24) | int32 | |
ラベル | クラスラベル | | int64 | |
@misc{Dua:2019 ,
author = "Dua, Dheeru and Graff, Casey",
year = "2017",
title = "{UCI} Machine Learning Repository",
url = "http://archive.ics.uci.edu/ml",
institution = "University of California, Irvine, School of Information and Computer Sciences"
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-11-23 UTC。
[null,null,["最終更新日 2022-11-23 UTC。"],[],[],null,["# german_credit_numeric\n\n- **Description**:\n\nThis dataset classifies people described by a set of attributes as good or bad\ncredit risks. The version here is the \"numeric\" variant where categorical and\nordered categorical attributes have been encoded as indicator and integer\nquantities respectively.\n\n- **Homepage** :\n \u003chttps://archive.ics.uci.edu/ml/datasets/Statlog+(German+Credit+Data)\u003e\n\n- **Source code** :\n [`tfds.structured.GermanCreditNumeric`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/structured/german_credit_numeric.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): No release notes.\n- **Download size** : `99.61 KiB`\n\n- **Dataset size** : `58.61 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'` | 1,000 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'features': Tensor(shape=(24,), dtype=int32),\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=2),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|----------|--------------|-------|-------|-------------|\n| | FeaturesDict | | | |\n| features | Tensor | (24,) | int32 | |\n| label | ClassLabel | | int64 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('features', 'label')`\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 @misc{Dua:2019 ,\n author = \"Dua, Dheeru and Graff, Casey\",\n year = \"2017\",\n title = \"{UCI} Machine Learning Repository\",\n url = \"http://archive.ics.uci.edu/ml\",\n institution = \"University of California, Irvine, School of Information and Computer Sciences\"\n }"]]