Yahoo India Web Search

Search results

  1. Refresh. Predict survival on the Titanic and get familiar with ML basics.

  2. gist.github.com › fyyying › 4aa5b471860321d7b47fd881898162b7titanic_dataset.csv · GitHub

    Apr 9, 2024 · Download ZIP. Raw. titanic_dataset.csv. This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters. Show hidden characters. PassengerId. Survived. Pclass. Name.

  3. Titanic Dataset - Train.csv will contain the details of a subset of the passengers on board (891 to be exact) and importantly, will reveal whether they survived or not, also known as the “ground truth”.

  4. The dataset containing information about passengers aboard the Titanic is one of the most famous datasets used in data science and machine learning. It was created to analyze and understand the factors that influenced survival rates among passengers during the tragic sinking of the RMS Titanic on April 15, 1912.

  5. web.stanford.edu › class › cs102Stanford University

    last,first,gender,age,class,fare,embarked,survived Braund,Mr. Owen Harris,M,22,3,7.25,Southampton,no Cumings,Mrs. John Bradley (Florence Briggs Thayer),F,38,1,71.2833 ...

  6. titanic3_wID - Original Titanic3 dataset with Name_ID added for merging to Titanic5. I have a csv, R dataset, and SAS dataset, but the variable names are an older version, so I won’t send those along for now to avoid confusion. If it helps send my contact info along to your student in case any questions arise.

  7. Feb 12, 2023 · Dataset describing the survival status of individual passengers on the Titanic. Missing values in the original dataset are represented using ?. Float and int missing values are replaced with -1, string missing values are replaced with 'Unknown'.

  8. Titanic dataset. Open File in Gigasheet. The table tested.csv contains data on passengers, including their ID, survival status, class, name, sex, age, number of siblings/spouses, number of parents/children, ticket number, fare, cabin, and port of embarkation. It has 418 rows and 13 columns, making it useful for analyzing and understanding ...

  9. gist.github.com › jwalsh › ce1dc0436aba5b7a5c9666f47fa5a380titanic.csv · GitHub

    Feb 9, 2024 · titanic.csv. GitHub Gist: instantly share code, notes, and snippets.

  10. Jan 2, 2018 · This data set contains the survival status of 1309 passengers aboard the maiden voyage of the RMS Titanic in 1912 (the ships crew are not included), along with the passengers age, sex and class (which serves as a proxy for economic status). 70% of the data was selected (using stratified sampling) for the training set.