8 datasets found
  1. Titanic - Machine Learning from Disaster

    • kaggle.com
    zip
    Updated Jan 4, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    DesignWalkPro (2025). Titanic - Machine Learning from Disaster [Dataset]. https://www.kaggle.com/datasets/jhankhan/titanic-machine-learning-from-disaster
    Explore at:
    zip(242901 bytes)Available download formats
    Dataset updated
    Jan 4, 2025
    Authors
    DesignWalkPro
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    Dataset

    This dataset was created by DesignWalkPro

    Released under CC0: Public Domain

    Contents

  2. Titanic - Machine Learning

    • kaggle.com
    zip
    Updated Nov 10, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Márcio Santos (2024). Titanic - Machine Learning [Dataset]. https://www.kaggle.com/datasets/mos3santos/titanic-machine-learning
    Explore at:
    zip(34877 bytes)Available download formats
    Dataset updated
    Nov 10, 2024
    Authors
    Márcio Santos
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    Dataset

    This dataset was created by Márcio Santos

    Released under Apache 2.0

    Contents

  3. Titanic

    • kaggle.com
    zip
    Updated Mar 12, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Bhushan Zade (2020). Titanic [Dataset]. https://www.kaggle.com/datasets/bhu1111/titanic/data
    Explore at:
    zip(34877 bytes)Available download formats
    Dataset updated
    Mar 12, 2020
    Authors
    Bhushan Zade
    License

    http://opendatacommons.org/licenses/dbcl/1.0/http://opendatacommons.org/licenses/dbcl/1.0/

    Description

    Dataset

    This dataset was created by Bhushan Zade

    Released under Database: Open Database, Contents: Database Contents

    Contents

  4. Titanic - Machine Learning from Disaster

    • kaggle.com
    zip
    Updated Aug 22, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Maud Arnaud (2024). Titanic - Machine Learning from Disaster [Dataset]. https://www.kaggle.com/datasets/maudarnaud/titanic-machine-learning-from-disaster/code
    Explore at:
    zip(34877 bytes)Available download formats
    Dataset updated
    Aug 22, 2024
    Authors
    Maud Arnaud
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    Dataset

    This dataset was created by Maud Arnaud

    Released under CC0: Public Domain

    Contents

  5. Machine Learning on Titanic Data Set

    • kaggle.com
    zip
    Updated Dec 27, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Emmanuel Appiah-Kubi (2017). Machine Learning on Titanic Data Set [Dataset]. https://www.kaggle.com/datasets/emmazeinab/machine-learning-on-titanic-data-set
    Explore at:
    zip(34877 bytes)Available download formats
    Dataset updated
    Dec 27, 2017
    Authors
    Emmanuel Appiah-Kubi
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    Dataset

    This dataset was created by Emmanuel Appiah-Kubi

    Released under CC0: Public Domain

    Contents

  6. Titanic_dataset

    • kaggle.com
    zip
    Updated Feb 26, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Tanmay Dhumale (2024). Titanic_dataset [Dataset]. https://www.kaggle.com/datasets/tanmaydhumale/titanic-dataset/code
    Explore at:
    zip(22503 bytes)Available download formats
    Dataset updated
    Feb 26, 2024
    Authors
    Tanmay Dhumale
    Description

    Dataset

    This dataset was created by Tanmay Dhumale

    Contents

  7. Titanic Data Problem

    • kaggle.com
    Updated Feb 19, 2018
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Deep Jethwa (2018). Titanic Data Problem [Dataset]. https://www.kaggle.com/datasets/jethwadeep/titanic
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Feb 19, 2018
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Deep Jethwa
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    Dataset

    This dataset was created by Deep Jethwa

    Released under CC0: Public Domain

    Contents

  8. Titanic Solution for Beginner's Guide

    • kaggle.com
    Updated Mar 12, 2018
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Harun-Ur-Rashid (2018). Titanic Solution for Beginner's Guide [Dataset]. https://www.kaggle.com/harunshimanto/titanic-solution-for-beginners-guide/activity
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Mar 12, 2018
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Harun-Ur-Rashid
    Description

    Overview

    The data has been split into two groups:

    training set (train.csv)
    test set (test.csv)
    

    The training set should be used to build your machine learning models. For the training set, we provide the outcome (also known as the “ground truth”) for each passenger. Your model will be based on “features” like passengers’ gender and class. You can also use feature engineering to create new features.

    The test set should be used to see how well your model performs on unseen data. For the test set, we do not provide the ground truth for each passenger. It is your job to predict these outcomes. For each passenger in the test set, use the model you trained to predict whether or not they survived the sinking of the Titanic.

    We also include gender_submission.csv, a set of predictions that assume all and only female passengers survive, as an example of what a submission file should look like.

    Data Dictionary

    Variable Definition Key survival Survival 0 = No, 1 = Yes pclass Ticket class 1 = 1st, 2 = 2nd, 3 = 3rd sex Sex
    Age Age in years
    sibsp # of siblings / spouses aboard the Titanic
    parch # of parents / children aboard the Titanic
    ticket Ticket number
    fare Passenger fare
    cabin Cabin number
    embarked Port of Embarkation C = Cherbourg, Q = Queenstown, S = Southampton

    Variable Notes

    pclass: A proxy for socio-economic status (SES) 1st = Upper 2nd = Middle 3rd = Lower

    age: Age is fractional if less than 1. If the age is estimated, is it in the form of xx.5

    sibsp: The dataset defines family relations in this way... Sibling = brother, sister, stepbrother, stepsister Spouse = husband, wife (mistresses and fiancés were ignored)

    parch: The dataset defines family relations in this way... Parent = mother, father Child = daughter, son, stepdaughter, stepson Some children travelled only with a nanny, therefore parch=0 for them.

  9. Not seeing a result you expected?
    Learn how you can add new datasets to our index.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
DesignWalkPro (2025). Titanic - Machine Learning from Disaster [Dataset]. https://www.kaggle.com/datasets/jhankhan/titanic-machine-learning-from-disaster
Organization logo

Titanic - Machine Learning from Disaster

Titanic - Machine Learning from Disaster, is best of my work

Explore at:
zip(242901 bytes)Available download formats
Dataset updated
Jan 4, 2025
Authors
DesignWalkPro
License

https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

Description

Dataset

This dataset was created by DesignWalkPro

Released under CC0: Public Domain

Contents

Search
Clear search
Close search
Google apps
Main menu