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),
})
  • फ़ीचर दस्तावेज़ीकरण :
विशेषता कक्षा आकार डीटाइप विवरण
विशेषताएं डिक्ट
पेटिड मूलपाठ डोरी
गुण विशेषताएं डिक्ट
गुण / आयु टेन्सर int64
गुण/प्रजाति1 टेन्सर int64
विशेषताएँ / नस्ल 2 टेन्सर int64
गुण/रंग1 टेन्सर int64
गुण/रंग2 टेन्सर int64
गुण/रंग3 टेन्सर int64
गुण/कृमिनाशक टेन्सर int64
गुण / शुल्क टेन्सर int64
गुण/FurLength टेन्सर int64
गुण / लिंग टेन्सर int64
गुण/स्वास्थ्य टेन्सर int64
विशेषताएँ/परिपक्वता आकार टेन्सर int64
गुण/मात्रा टेन्सर int64
गुण/राज्य टेन्सर int64
गुण / निष्फल टेन्सर int64
गुण/प्रकार टेन्सर int64
गुण/टीकाकरण टेन्सर int64
एट्रिब्यूट्स/वीडियोएएमटी टेन्सर int64
छवि छवि (कोई नहीं, कोई नहीं, 3) uint8
छवि/फ़ाइल नाम मूलपाठ डोरी
लेबल क्लासलेबल int64

VISUALIZATION

  • उद्धरण :
@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/"
}