- Description :
Ensemble de données avec des images de 5 classes (voir le nom de la configuration pour plus d'informations sur la classe spécifique)
Page d'accueil : https://www.kaggle.com/c/petfinder-adoption-prediction/data
Code source :
tfds.datasets.pet_finder.Builder
Versions :
-
1.0.0
(par défaut) : Aucune note de version.
-
Taille du téléchargement :
1.94 GiB
Taille du jeu de données :
1.90 GiB
Mise en cache automatique ( documentation ) : Non
Divisions :
Diviser | Exemples |
---|---|
'test' | 14 465 |
'train' | 58 311 |
- Structure des fonctionnalités :
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),
})
- Documentation des fonctionnalités :
Fonctionnalité | Classe | Forme | Type D | Description |
---|---|---|---|---|
FonctionnalitésDict | ||||
ID d'animal | Texte | chaîne | ||
les attributs | FonctionnalitésDict | |||
attributs/âge | Tenseur | int64 | ||
attributs/Race1 | Tenseur | int64 | ||
attributs/Race2 | Tenseur | int64 | ||
attributs/Couleur1 | Tenseur | int64 | ||
attributs/Couleur2 | Tenseur | int64 | ||
attributs/Couleur3 | Tenseur | int64 | ||
attributs/Vermifuge | Tenseur | int64 | ||
attributs/Frais | Tenseur | int64 | ||
attributs/FurLength | Tenseur | int64 | ||
attributs/genre | Tenseur | int64 | ||
attributs/Santé | Tenseur | int64 | ||
attributs/MaturitySize | Tenseur | int64 | ||
attributs/Quantité | Tenseur | int64 | ||
attributs/état | Tenseur | int64 | ||
attributs/stérilisés | Tenseur | int64 | ||
attributs/Type | Tenseur | int64 | ||
attributs/Vacciné | Tenseur | int64 | ||
attributs/VidéoAmt | Tenseur | int64 | ||
image | Image | (Aucun, Aucun, 3) | uint8 | |
image/nom de fichier | Texte | chaîne | ||
étiquette | Étiquette de classe | int64 |
Clés supervisées (Voir doc
as_supervised
) :('attributes', 'label')
Figure ( tfds.show_examples ) :
- Exemples ( tfds.as_dataframe ) :
- Citation :
@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/"
}