pet_finder

Tập dữ liệu với hình ảnh từ 5 lớp (xem tên cấu hình để biết thông tin về lớp cụ thể)

Tách ra ví dụ
'test' 14,465
'train' 58,311
  • Cấu trúc tính năng :
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),
})
  • Tài liệu tính năng :
Tính năng Lớp Hình dạng Dtype Sự mô tả
Tính năngDict
PetID Chữ sợi dây
thuộc tính Tính năngDict
thuộc tính/Tuổi tenxơ int64
thuộc tính/Giống1 tenxơ int64
thuộc tính/Giống2 tenxơ int64
thuộc tính/Màu1 tenxơ int64
thuộc tính/Màu2 tenxơ int64
thuộc tính/Màu3 tenxơ int64
thuộc tính/Tẩy giun tenxơ int64
thuộc tính/Phí tenxơ int64
thuộc tính/Độ dài tenxơ int64
thuộc tính/Giới tính tenxơ int64
thuộc tính/Sức khỏe tenxơ int64
thuộc tính/MaturitySize tenxơ int64
thuộc tính/Số lượng tenxơ int64
thuộc tính/Trạng thái tenxơ int64
thuộc tính/Tiệt trùng tenxơ int64
thuộc tính/Loại tenxơ int64
thuộc tính/Đã tiêm phòng tenxơ int64
thuộc tính/VideoAmt tenxơ int64
hình ảnh Hình ảnh (Không, Không có, 3) uint8
hình ảnh/tên tập tin Chữ sợi dây
nhãn mác LớpNhãn int64

Hình dung

  • trích dẫn :
@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/"
}