pet_finder

ชุดข้อมูลพร้อมรูปภาพจาก 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ประเภท คำอธิบาย
คุณสมบัติDict
รหัสสัตว์เลี้ยง ข้อความ สตริง
คุณลักษณะ คุณสมบัติDict
คุณลักษณะ/อายุ เทนเซอร์ int64
คุณลักษณะ/สายพันธุ์1 เทนเซอร์ int64
คุณลักษณะ/สายพันธุ์2 เทนเซอร์ int64
คุณสมบัติ/Color1 เทนเซอร์ int64
คุณสมบัติ/Color2 เทนเซอร์ int64
คุณสมบัติ/Color3 เทนเซอร์ int64
คุณลักษณะ/ถ่ายพยาธิ เทนเซอร์ int64
คุณสมบัติ/ค่าธรรมเนียม เทนเซอร์ int64
คุณลักษณะ/FurLength เทนเซอร์ int64
คุณลักษณะ/เพศ เทนเซอร์ int64
คุณลักษณะ/สุขภาพ เทนเซอร์ int64
คุณลักษณะ/MaturitySize เทนเซอร์ 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/"
}