ペットファインダー

  • 説明

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),
})
  • 機能ドキュメント:
特徴クラス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

視覚化

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