Search results
Henry Forbes. Asplund, Master. Clarence Gustaf Hugo. Becker, Master. Richard F. Navratil, Master. Michel M. A public repo of datasets. Contribute to datasciencedojo/datasets development by creating an account on GitHub.
Contents. Titanic Dataset PPT.pptx: A PowerPoint presentation that details the analysis of the Titanic dataset. It includes steps such as data cleaning, exploratory data analysis, visualizations, and model building to predict survival outcomes based on various factors. Titanic IDS.ipynb: A Jupyter notebook containing the code for data cleaning ...
Jul 31, 2024 · 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.
This project explores the infamous Titanic dataset to uncover insights into the tragic sinking of the Titanic and predict survival outcomes of its passengers. Using Python and various data science libraries, the analysis encompasses data cleaning, exploratory data analysis (EDA), feature engineering, and predictive modeling.
Add this topic to your repo. To associate your repository with the titanic-dataset topic, visit your repo's landing page and select "manage topics." GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
The sinking of the RMS Titanic is one of the most infamous shipwrecks in history. On April 15, 1912, during her maiden voyage, the Titanic sank after colliding with an iceberg, killing 1502 out of 2224 passengers and crew. This sensational tragedy shocked the international community and led to better safety regulations for ships.
An in-depth analysis of the Titanic dataset, exploring passenger demographics, survival rates, and other key metrics using Python. This repository contains code for data acquisition, preprocessing, visualization, and a detailed exploration of patterns and insights related to the tragic sinking of the RMS Titanic. Resources
Aug 29, 2014 · Dataset(titanic.txt), added in the repository. This dataset has passenger information who boarded the Titanic along with other information like survival status, Class, Fare, and other variables. The unfortunate event which was occurred on 15 April 1912, the Titanic sank after colliding with an iceberg, aboard 2224 peoples.
A tutorial for Kaggle's Titanic: Machine Learning from Disaster competition. - GitHub - geodra/Titanic-Dataset: A tutorial for Kaggle's Titanic: Machine Learning from Disaster competition.
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”. The `test.csv` dataset contains similar information but does not disclose the “ground truth” for each passenger.