- বর্ণনা :
এই ক্লাসিক ডেটাসেটে 53940 হীরার শারীরিক বৈশিষ্ট্য এবং দাম রয়েছে।
গুণাবলী:
- মূল্য: মার্কিন ডলারে মূল্য।
- ক্যারেট: হীরার ওজন।
- কাট: কাট কোয়ালিটি (সবচেয়ে খারাপ থেকে সেরা অর্ডার)।
- রঙ: হীরার রঙ (সর্বোত্তম থেকে সবচেয়ে খারাপ অর্ডার)।
- স্বচ্ছতা: হীরার স্বচ্ছতা (সবচেয়ে খারাপ থেকে সেরা অর্ডার)।
- x: দৈর্ঘ্য মিমি।
- y: মিমি প্রস্থ।
- z: মিমি গভীরতা।
- গভীরতা: মোট গভীরতা শতাংশ: 100 * z / গড় (x, y)
টেবিল: প্রশস্ত বিন্দুর সাপেক্ষে হীরার শীর্ষের প্রস্থ।
হোমপেজ : https://ggplot2.tidyverse.org/reference/diamonds.html
উত্স কোড :
tfds.structured.diamonds.Diamonds
সংস্করণ :
-
1.0.0
(ডিফল্ট): প্রাথমিক প্রকাশ।
-
ডাউনলোড আকার :
2.64 MiB
ডেটাসেটের আকার :
13.01 MiB
স্বয়ংক্রিয় ক্যাশে ( ডকুমেন্টেশন ): হ্যাঁ
বিভাজন :
বিভক্ত | উদাহরণ |
---|---|
'train' | 53,940 |
- বৈশিষ্ট্য গঠন :
FeaturesDict({
'features': FeaturesDict({
'carat': float32,
'clarity': ClassLabel(shape=(), dtype=int64, num_classes=8),
'color': ClassLabel(shape=(), dtype=int64, num_classes=7),
'cut': ClassLabel(shape=(), dtype=int64, num_classes=5),
'depth': float32,
'table': float32,
'x': float32,
'y': float32,
'z': float32,
}),
'price': float32,
})
- বৈশিষ্ট্য ডকুমেন্টেশন :
বৈশিষ্ট্য | ক্লাস | আকৃতি | ডিটাইপ | বর্ণনা |
---|---|---|---|---|
ফিচারসডিক্ট | ||||
বৈশিষ্ট্য | ফিচারসডিক্ট | |||
বৈশিষ্ট্য/ক্যারেট | টেনসর | float32 | ||
বৈশিষ্ট্য/স্বচ্ছতা | ক্লাসলেবেল | int64 | ||
বৈশিষ্ট্য/রঙ | ক্লাসলেবেল | int64 | ||
বৈশিষ্ট্য/কাট | ক্লাসলেবেল | int64 | ||
বৈশিষ্ট্য/গভীরতা | টেনসর | float32 | ||
বৈশিষ্ট্য/টেবিল | টেনসর | float32 | ||
বৈশিষ্ট্য/x | টেনসর | float32 | ||
বৈশিষ্ট্য/বছর | টেনসর | float32 | ||
বৈশিষ্ট্য/z | টেনসর | float32 | ||
মূল্য | টেনসর | float32 |
তত্ত্বাবধান করা কী (দেখুন
as_supervised
doc ):('features', 'price')
চিত্র ( tfds.show_examples ): সমর্থিত নয়।
উদাহরণ ( tfds.as_dataframe ):
- উদ্ধৃতি :
@Book{,
author = {Hadley Wickham},
title = {ggplot2: Elegant Graphics for Data Analysis},
publisher = {Springer-Verlag New York},
year = {2016},
isbn = {978-3-319-24277-4},
url = {https://ggplot2.tidyverse.org},
}