- Descrizione :
Set di dati con immagini di 5 classi (vedere il nome della configurazione per informazioni sulla classe specifica)
Pagina iniziale : https://www.kaggle.com/c/petfinder-adoption-prediction/data
Codice sorgente :
tfds.datasets.pet_finder.Builder
Versioni :
-
1.0.0
(impostazione predefinita): nessuna nota di rilascio.
-
Dimensione download :
1.94 GiB
Dimensioni del set di dati :
1.90 GiB
Memorizzazione nella cache automatica ( documentazione ): No
Divide :
Diviso | Esempi |
---|---|
'test' | 14.465 |
'train' | 58.311 |
- Struttura delle caratteristiche :
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),
})
- Documentazione delle funzionalità :
Caratteristica | Classe | Forma | Tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
ID animale domestico | Testo | corda | ||
attributi | CaratteristicheDict | |||
attributi/età | Tensore | int64 | ||
attributi/razza1 | Tensore | int64 | ||
attributi/razza2 | Tensore | int64 | ||
attributi/Colore1 | Tensore | int64 | ||
attributi/Colore2 | Tensore | int64 | ||
attributi/Color3 | Tensore | int64 | ||
attributi/Sverminati | Tensore | int64 | ||
attributi/tariffa | Tensore | int64 | ||
attributi/FurLength | Tensore | int64 | ||
attributi/genere | Tensore | int64 | ||
attributi/salute | Tensore | int64 | ||
attributi/MaturitySize | Tensore | int64 | ||
attributi/Quantità | Tensore | int64 | ||
attributi/stato | Tensore | int64 | ||
attributi/sterilizzato | Tensore | int64 | ||
attributi/tipo | Tensore | int64 | ||
attributi/Vaccinato | Tensore | int64 | ||
attributi/VideoAmt | Tensore | int64 | ||
Immagine | Immagine | (Nessuno, Nessuno, 3) | uint8 | |
immagine/nome file | Testo | corda | ||
etichetta | ClassLabel | int64 |
Chiavi supervisionate (vedi il documento
as_supervised
):('attributes', 'label')
Figura ( tfds.show_examples ):
- Esempi ( tfds.as_dataframe ):
- Citazione :
@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/"
}