ויזואליזציה: חקור ב מכיר את נתוני שלך
תיאור:
מערך נתונים עם תמונות מ -5 מחלקות (ראה שם תצורה למידע על המחלקה הספציפית)
דף הבית: https://www.kaggle.com/c/petfinder-adoption-prediction/data
קוד מקור:
tfds.image_classification.PetFinder
גרסאות:
-
1.0.0
(ברירת המחדל): הערות השחרור לא.
-
גודל ההורדה:
1.94 GiB
גודל בסיס הנתונים:
Unknown size
Auto-במטמון ( תיעוד ): לא ידוע
פיצולים:
לְפַצֵל | דוגמאות |
---|---|
'test' | 14,465 |
'train' | 58,311 |
- מאפיינים:
FeaturesDict({
'PetID': Text(shape=(), dtype=tf.string),
'attributes': FeaturesDict({
'Age': tf.int64,
'Breed1': tf.int64,
'Breed2': tf.int64,
'Color1': tf.int64,
'Color2': tf.int64,
'Color3': tf.int64,
'Dewormed': tf.int64,
'Fee': tf.int64,
'FurLength': tf.int64,
'Gender': tf.int64,
'Health': tf.int64,
'MaturitySize': tf.int64,
'Quantity': tf.int64,
'State': tf.int64,
'Sterilized': tf.int64,
'Type': tf.int64,
'Vaccinated': tf.int64,
'VideoAmt': tf.int64,
}),
'image': Image(shape=(None, None, 3), dtype=tf.uint8),
'image/filename': Text(shape=(), dtype=tf.string),
'label': ClassLabel(shape=(), dtype=tf.int64, num_classes=5),
})
מפתחות השגחה (ראה
as_supervised
doc ):('attributes', 'label')
איור ( tfds.show_examples ):
- דוגמאות ( tfds.as_dataframe ):
- ציטוט:
@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/"
}