다이아 패 한 벌

  • 설명 :

이 클래식 데이터 세트에는 다이아몬드 53940개의 물리적 속성과 가격이 포함되어 있습니다.

속성:

  • 가격: 미국 달러 가격.
  • 캐럿: 다이아몬드의 무게.
  • 절단: 절단 품질(최악의 순서).
  • color: 다이아몬드의 색상(가장 나쁜 순서).
  • 선명도: 다이아몬드의 선명도(최악의 순서).
  • x: 길이(mm).
  • y: 너비(mm).
  • z: 깊이(mm).
  • 깊이: 총 깊이 백분율: 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,
})
  • 기능 문서 :
특징 수업 모양 D타입 설명
풍모Dict
특징 풍모Dict
특징/캐럿 텐서 float32
기능/명확성 클래스 레이블 int64
기능/색상 클래스 레이블 int64
피쳐/컷 클래스 레이블 int64
기능/깊이 텐서 float32
기능/테이블 텐서 float32
기능/x 텐서 float32
기능/y 텐서 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},
}