- 説明:
5 つのクラスの画像を含むデータセット (特定のクラスについては、構成名を参照してください)
ホームページ: https://www.kaggle.com/c/petfinder-adoption-prediction/data
ソースコード:
tfds.datasets.pet_finder.Builder
バージョン:
-
1.0.0
(デフォルト): リリース ノートはありません。
-
ダウンロードサイズ:
1.94 GiB
データセットのサイズ:
1.90 GiB
自動キャッシュ(ドキュメント): いいえ
分割:
スプリット | 例 |
---|---|
'test' | 14,465 |
'train' | 58,311 |
- 機能の構造:
FeaturesDict({
'PetID': Text(shape=(), dtype=string),
'attributes': FeaturesDict({
'Age': int64,
'Breed1': int64,
'Breed2': int64,
'Color1': int64,
'Color2': int64,
'Color3': int64,
'Dewormed': int64,
'Fee': int64,
'FurLength': int64,
'Gender': int64,
'Health': int64,
'MaturitySize': int64,
'Quantity': int64,
'State': int64,
'Sterilized': int64,
'Type': int64,
'Vaccinated': int64,
'VideoAmt': int64,
}),
'image': Image(shape=(None, None, 3), dtype=uint8),
'image/filename': Text(shape=(), dtype=string),
'label': ClassLabel(shape=(), dtype=int64, num_classes=5),
})
- 機能ドキュメント:
特徴 | クラス | 形 | Dタイプ | 説明 |
---|---|---|---|---|
特徴辞書 | ||||
ペットID | 文章 | 弦 | ||
属性 | 特徴辞書 | |||
属性・年齢 | テンソル | int64 | ||
属性/品種1 | テンソル | int64 | ||
属性/品種2 | テンソル | int64 | ||
属性/色1 | テンソル | int64 | ||
属性/色2 | テンソル | int64 | ||
属性/色3 | テンソル | int64 | ||
属性/駆虫済み | テンソル | int64 | ||
属性・料金 | テンソル | int64 | ||
属性/ファーの長さ | テンソル | int64 | ||
属性・性別 | テンソル | int64 | ||
属性/健康 | テンソル | int64 | ||
属性/成熟度サイズ | テンソル | int64 | ||
属性/数量 | テンソル | int64 | ||
属性/状態 | テンソル | int64 | ||
属性/滅菌済み | テンソル | int64 | ||
属性/タイプ | テンソル | int64 | ||
属性/ワクチン接種済み | テンソル | int64 | ||
属性/ビデオアムト | テンソル | int64 | ||
画像 | 画像 | (なし、なし、3) | uint8 | |
画像/ファイル名 | 文章 | 弦 | ||
ラベル | クラスラベル | int64 |
監視キー(
as_supervised
doc を参照):('attributes', 'label')
図( tfds.show_examples ):
- 例( tfds.as_dataframe ):
- 引用:
@ONLINE {kaggle-petfinder-adoption-prediction,
author = "Kaggle and PetFinder.my",
title = "PetFinder.my Adoption Prediction",
month = "april",
year = "2019",
url = "https://www.kaggle.com/c/petfinder-adoption-prediction/data/"
}