ダイヤモンド

  • 説明:

この古典的なデータセットには、53940 個のダイヤモンドの物理的属性と価格が含まれています。

属性:

  • price: 米ドルでの価格。
  • カラット:ダイヤモンドの重さ。
  • cut: カット品質 (最悪から最高)。
  • color: ダイヤモンドの色 (最高から最低の順)。
  • クラリティ: ダイヤモンドのクラリティ (最低から​​最高の順)。
  • x: 長さ (mm)。
  • y: 幅 (mm)。
  • z: 深さ (mm)。
  • depth: 深さの合計パーセンテージ: 100 * z / mean(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,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
特徴特徴辞書
特徴/カラットテンソルfloat32
特徴/明瞭さクラスラベルint64
特徴・色クラスラベルint64
特徴/カットクラスラベルint64
機能/深さテンソルfloat32
特徴/表テンソルfloat32
機能/xテンソルfloat32
特徴/年テンソルfloat32
機能/zテンソルfloat32
価格テンソルfloat32
  • 引用
@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},
}