ไททานิค

  • คำอธิบาย :

ชุดข้อมูลที่อธิบายสถานะการอยู่รอดของผู้โดยสารแต่ละคนบนเรือไททานิค ค่าที่หายไปในชุดข้อมูลเดิมจะแสดงโดยใช้ ? ค่าลอยและ int ที่ขาดหายไปจะถูกแทนที่ด้วย -1 ค่าที่ขาดหายไปของสตริงจะถูกแทนที่ด้วย 'ไม่ทราบ'

  • โฮมเพจ : https://www.openml.org/d/40945

  • รหัสแหล่งที่มา : tfds.datasets.titanic.Builder

  • รุ่น :

    • 2.0.0 : API แยกใหม่ ( https://tensorflow.org/datasets/splits )
    • 3.0.0 : ใช้พจนานุกรมมาตรฐานของคุณสมบัติสำหรับชุดข้อมูล ใช้ as_supervised=True เพื่อแยกชุดข้อมูลออกเป็น tuple (features_dict, survived)
    • 4.0.0 (ค่าเริ่มต้น): แก้ไขป้ายกำกับกลับด้านซึ่งกลับด้านใน 3.0.0
  • ขนาดการดาวน์โหลด : 114.98 KiB

  • ขนาดชุดข้อมูล : 382.58 KiB

  • แคชอัตโนมัติ ( เอกสาร ): ใช่

  • แยก :

แยก ตัวอย่าง
'train' 1,309
  • โครงสร้างคุณลักษณะ :
FeaturesDict({
    'age': float32,
    'boat': string,
    'body': int32,
    'cabin': string,
    'embarked': ClassLabel(shape=(), dtype=int64, num_classes=4),
    'fare': float32,
    'home.dest': string,
    'name': string,
    'parch': int32,
    'pclass': ClassLabel(shape=(), dtype=int64, num_classes=3),
    'sex': ClassLabel(shape=(), dtype=int64, num_classes=2),
    'sibsp': int32,
    'survived': ClassLabel(shape=(), dtype=int64, num_classes=2),
    'ticket': string,
})
  • เอกสารคุณสมบัติ :
คุณสมบัติ ระดับ รูปร่าง Dประเภท คำอธิบาย
คุณสมบัติDict
อายุ เทนเซอร์ ลอย32
เรือ เทนเซอร์ สตริง
ร่างกาย เทนเซอร์ int32
ห้องโดยสาร เทนเซอร์ สตริง
ลงมือ ป้ายกำกับคลาส int64
ค่าโดยสาร เทนเซอร์ ลอย32
หน้าแรก.ปลายทาง เทนเซอร์ สตริง
ชื่อ เทนเซอร์ สตริง
พาร์ช เทนเซอร์ int32
ชั้นเรียน ป้ายกำกับคลาส int64
เพศ ป้ายกำกับคลาส int64
พี่น้อง เทนเซอร์ int32
รอดชีวิต ป้ายกำกับคลาส int64
ตั๋ว เทนเซอร์ สตริง
  • คีย์ภายใต้การดูแล (ดู as_supervised doc ): ({'age': 'age', 'boat': 'boat', 'body': 'body', 'cabin': 'cabin', 'embarked': 'embarked', 'fare': 'fare', 'home.dest': 'home.dest', 'name': 'name', 'parch': 'parch', 'pclass': 'pclass', 'sex': 'sex', 'sibsp': 'sibsp', 'ticket': 'ticket'}, 'survived')

  • รูปภาพ ( tfds.show_examples ): ไม่รองรับ

  • ตัวอย่าง ( tfds.as_dataframe ):

  • การอ้างอิง :
@ONLINE {titanic,
author = "Frank E. Harrell Jr., Thomas Cason",
title  = "Titanic dataset",
month  = "oct",
year   = "2017",
url    = "https://www.openml.org/d/40945"
}
,

  • คำอธิบาย :

ชุดข้อมูลที่อธิบายสถานะการอยู่รอดของผู้โดยสารแต่ละคนบนเรือไททานิค ค่าที่หายไปในชุดข้อมูลเดิมจะแสดงโดยใช้ ? ค่าลอยและ int ที่ขาดหายไปจะถูกแทนที่ด้วย -1 ค่าที่ขาดหายไปของสตริงจะถูกแทนที่ด้วย 'ไม่ทราบ'

  • โฮมเพจ : https://www.openml.org/d/40945

  • รหัสแหล่งที่มา : tfds.datasets.titanic.Builder

  • รุ่น :

    • 2.0.0 : API แยกใหม่ ( https://tensorflow.org/datasets/splits )
    • 3.0.0 : ใช้พจนานุกรมมาตรฐานของคุณสมบัติสำหรับชุดข้อมูล ใช้ as_supervised=True เพื่อแยกชุดข้อมูลออกเป็น tuple (features_dict, survived)
    • 4.0.0 (ค่าเริ่มต้น): แก้ไขป้ายกำกับกลับด้านซึ่งกลับด้านใน 3.0.0
  • ขนาดการดาวน์โหลด : 114.98 KiB

  • ขนาดชุดข้อมูล : 382.58 KiB

  • แคชอัตโนมัติ ( เอกสาร ): ใช่

  • แยก :

แยก ตัวอย่าง
'train' 1,309
  • โครงสร้างคุณลักษณะ :
FeaturesDict({
    'age': float32,
    'boat': string,
    'body': int32,
    'cabin': string,
    'embarked': ClassLabel(shape=(), dtype=int64, num_classes=4),
    'fare': float32,
    'home.dest': string,
    'name': string,
    'parch': int32,
    'pclass': ClassLabel(shape=(), dtype=int64, num_classes=3),
    'sex': ClassLabel(shape=(), dtype=int64, num_classes=2),
    'sibsp': int32,
    'survived': ClassLabel(shape=(), dtype=int64, num_classes=2),
    'ticket': string,
})
  • เอกสารคุณสมบัติ :
คุณสมบัติ ระดับ รูปร่าง Dประเภท คำอธิบาย
คุณสมบัติDict
อายุ เทนเซอร์ ลอย32
เรือ เทนเซอร์ สตริง
ร่างกาย เทนเซอร์ int32
ห้องโดยสาร เทนเซอร์ สตริง
ลงมือ ป้ายกำกับคลาส int64
ค่าโดยสาร เทนเซอร์ ลอย32
หน้าแรก.ปลายทาง เทนเซอร์ สตริง
ชื่อ เทนเซอร์ สตริง
พาร์ช เทนเซอร์ int32
ชั้นเรียน ป้ายกำกับคลาส int64
เพศ ป้ายกำกับคลาส int64
พี่น้อง เทนเซอร์ int32
รอดชีวิต ป้ายกำกับคลาส int64
ตั๋ว เทนเซอร์ สตริง
  • คีย์ภายใต้การดูแล (ดู as_supervised doc ): ({'age': 'age', 'boat': 'boat', 'body': 'body', 'cabin': 'cabin', 'embarked': 'embarked', 'fare': 'fare', 'home.dest': 'home.dest', 'name': 'name', 'parch': 'parch', 'pclass': 'pclass', 'sex': 'sex', 'sibsp': 'sibsp', 'ticket': 'ticket'}, 'survived')

  • รูปภาพ ( tfds.show_examples ): ไม่รองรับ

  • ตัวอย่าง ( tfds.as_dataframe ):

  • การอ้างอิง :
@ONLINE {titanic,
author = "Frank E. Harrell Jr., Thomas Cason",
title  = "Titanic dataset",
month  = "oct",
year   = "2017",
url    = "https://www.openml.org/d/40945"
}