Visualización : Explore en Know Your Data
Descripción :
Conjunto de datos con imágenes de 5 clases (consulte el nombre de configuración para obtener información sobre la clase específica)
Página de inicio: https://www.kaggle.com/c/petfinder-adoption-prediction/data
Código fuente :
tfds.datasets.pet_finder.Builder
Versiones :
-
1.0.0
(predeterminado): Sin notas de la versión.
-
Tamaño de descarga :
1.94 GiB
Tamaño del conjunto de datos :
1.90 GiB
Almacenamiento automático en caché ( documentación ): No
Divisiones :
Separar | Ejemplos |
---|---|
'test' | 14,465 |
'train' | 58,311 |
- Estructura de características :
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),
})
- Documentación de características :
Rasgo | Clase | Forma | Tipo D | Descripción |
---|---|---|---|---|
CaracterísticasDict | ||||
ID de mascota | Texto | cuerda | ||
atributos | CaracterísticasDict | |||
atributos/Edad | Tensor | int64 | ||
atributos/Raza1 | Tensor | int64 | ||
atributos/Raza2 | Tensor | int64 | ||
atributos/Color1 | Tensor | int64 | ||
atributos/Color2 | Tensor | int64 | ||
atributos/Color3 | Tensor | int64 | ||
atributos/Desparasitado | Tensor | int64 | ||
atributos/tarifa | Tensor | int64 | ||
atributos/longitud del pelaje | Tensor | int64 | ||
atributos/género | Tensor | int64 | ||
atributos/Salud | Tensor | int64 | ||
atributos/MadurezTamaño | Tensor | int64 | ||
atributos/Cantidad | Tensor | int64 | ||
atributos/estado | Tensor | int64 | ||
atributos/Esterilizado | Tensor | int64 | ||
atributos/Tipo | Tensor | int64 | ||
atributos/Vacunados | Tensor | int64 | ||
atributos/VideoAmt | Tensor | int64 | ||
imagen | Imagen | (Ninguno, Ninguno, 3) | uint8 | |
imagen/nombre de archivo | Texto | cuerda | ||
etiqueta | Etiqueta de clase | int64 |
Claves supervisadas (Ver
as_supervised
):('attributes', 'label')
Figura ( tfds.show_examples ):
- Ejemplos ( tfds.as_dataframe ):
- Cita :
@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/"
}