ペットファインダー

5 つのクラスからの画像を含むデータセット (特定のクラスに関する情報については、構成名を参照してください)

スプリット
'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),
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
ペットID文章ストリング
属性特徴辞書
属性・年齢テンソルint64
属性/品種1テンソルint64
属性/品種2テンソルint64
属性/色1テンソルint64
属性/色2テンソルint64
属性/色3テンソルint64
属性/駆虫済みテンソルint64
属性・手数料テンソルint64
属性/毛の長さテンソルint64
属性・性別テンソルint64
属性・体力テンソルint64
属性/成熟度サイズテンソルint64
属性/数量テンソルint64
属性/状態テンソルint64
属性/無菌テンソルint64
属性/タイプテンソルint64
属性/ワクチン接種済みテンソルint64
属性/VideoAmtテンソルint64
画像画像(なし、なし、3) uint8
画像/ファイル名文章ストリング
ラベルクラスラベルint64

視覚化

  • 引用
@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/"
}