- Descrição :
Conjunto de dados com imagens de 5 classes (veja o nome da configuração para obter informações sobre a classe específica)
Página inicial : https://www.kaggle.com/c/petfinder-adoption-prediction/data
Código fonte :
tfds.datasets.pet_finder.Builder
Versões :
-
1.0.0
(padrão): Sem notas de versão.
-
Tamanho do download :
1.94 GiB
Tamanho do conjunto de dados :
1.90 GiB
Armazenado em cache automaticamente ( documentação ): Não
Divisões :
Dividir | Exemplos |
---|---|
'test' | 14.465 |
'train' | 58.311 |
- Estrutura de recursos :
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),
})
- Documentação de recursos :
Recurso | Aula | Forma | Tipo D | Descrição |
---|---|---|---|---|
RecursosDict | ||||
ID do animal de estimação | Texto | corda | ||
atributos | RecursosDict | |||
atributos/Idade | Tensor | int64 | ||
atributos/Raça1 | Tensor | int64 | ||
atributos/Raça2 | Tensor | int64 | ||
atributos/Cor1 | Tensor | int64 | ||
atributos/Cor2 | Tensor | int64 | ||
atributos/Cor3 | Tensor | int64 | ||
atributos/desparasitados | Tensor | int64 | ||
atributos/Taxa | Tensor | int64 | ||
atributos/FurLength | Tensor | int64 | ||
atributos/gênero | Tensor | int64 | ||
atributos/Saúde | Tensor | int64 | ||
atributos/MaturitySize | Tensor | int64 | ||
atributos/Quantidade | Tensor | int64 | ||
atributos/Estado | Tensor | int64 | ||
atributos/Esterilizado | Tensor | int64 | ||
atributos/tipo | Tensor | int64 | ||
atributos/vacinados | Tensor | int64 | ||
atributos/VideoAmt | Tensor | int64 | ||
imagem | Imagem | (Nenhum, Nenhum, 3) | uint8 | |
imagem/nome do arquivo | Texto | corda | ||
rótulo | ClassLabel | int64 |
Chaves supervisionadas (consulte o documento
as_supervised
):('attributes', 'label')
Figura ( tfds.show_examples ):
- Exemplos ( tfds.as_dataframe ):
- Citação :
@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/"
}