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
애완동물 ID 텍스트
속성 풍모Dict
속성/나이 텐서 int64
속성/품종1 텐서 int64
속성/품종2 텐서 int64
속성/색상1 텐서 int64
속성/색상2 텐서 int64
속성/색상3 텐서 int64
속성/구충 텐서 int64
속성/수수료 텐서 int64
속성/FurLength 텐서 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/"
}