{"id":29927584,"url":"https://github.com/crypdick/exploring_titanic_survivor_data","last_synced_at":"2026-02-09T16:07:21.375Z","repository":{"id":86398689,"uuid":"91718285","full_name":"crypdick/exploring_Titanic_survivor_data","owner":"crypdick","description":null,"archived":false,"fork":false,"pushed_at":"2017-05-18T17:04:51.000Z","size":210,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-02T13:26:46.702Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crypdick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-05-18T17:03:47.000Z","updated_at":"2017-05-18T17:04:53.000Z","dependencies_parsed_at":"2023-05-06T03:05:13.419Z","dependency_job_id":null,"html_url":"https://github.com/crypdick/exploring_Titanic_survivor_data","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/crypdick/exploring_Titanic_survivor_data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crypdick%2Fexploring_Titanic_survivor_data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crypdick%2Fexploring_Titanic_survivor_data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crypdick%2Fexploring_Titanic_survivor_data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crypdick%2Fexploring_Titanic_survivor_data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crypdick","download_url":"https://codeload.github.com/crypdick/exploring_Titanic_survivor_data/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crypdick%2Fexploring_Titanic_survivor_data/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29271895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T13:47:44.167Z","status":"ssl_error","status_checked_at":"2026-02-09T13:47:43.721Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-02T13:11:22.096Z","updated_at":"2026-02-09T16:07:21.367Z","avatar_url":"https://github.com/crypdick.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Machine Learning Engineer Nanodegree\n## Introduction and Foundations\n## Project: Titanic Survival Exploration\n\n### Install\n\nThis project requires **Python 2.7** and the following Python libraries installed:\n\n- [NumPy](http://www.numpy.org/)\n- [Pandas](http://pandas.pydata.org)\n- [matplotlib](http://matplotlib.org/)\n- [scikit-learn](http://scikit-learn.org/stable/)\n\nYou will also need to have software installed to run and execute a [Jupyter Notebook](http://ipython.org/notebook.html)\n\nIf you do not have Python installed yet, it is highly recommended that you install the [Anaconda](http://continuum.io/downloads) distribution of Python, which already has the above packages and more included. Make sure that you select the Python 2.7 installer and not the Python 3.x installer.\n\n### Code\n\nTemplate code is provided in the notebook `titanic_survival_exploration.ipynb` notebook file. Additional supporting code can be found in `visuals.py`. While some code has already been implemented to get you started, you will need to implement additional functionality when requested to successfully complete the project. Note that the code included in `visuals.py` is meant to be used out-of-the-box and not intended for students to manipulate. If you are interested in how the visualizations are created in the notebook, please feel free to explore this Python file.\n\n### Run\n\nIn a terminal or command window, navigate to the top-level project directory `titanic_survival_exploration/` (that contains this README) and run one of the following commands:\n\n```bash\njupyter notebook titanic_survival_exploration.ipynb\n```\nor\n```bash\nipython notebook titanic_survival_exploration.ipynb\n```\n\nThis will open the Jupyter Notebook software and project file in your web browser.\n\n### Data\n\nThe dataset used in this project is included as `titanic_data.csv`. This dataset is provided by Udacity and contains the following attributes:\n\n**Features**\n- `pclass` : Passenger Class (1 = 1st; 2 = 2nd; 3 = 3rd)\n- `name` : Name\n- `sex` : Sex\n- `age` : Age\n- `sibsp` : Number of Siblings/Spouses Aboard\n- `parch` : Number of Parents/Children Aboard\n- `ticket` : Ticket Number\n- `fare` : Passenger Fare\n- `cabin` : Cabin\n- `embarked` : Port of Embarkation (C = Cherbourg; Q = Queenstown; S = Southampton)\n\n**Target Variable**\n- `survival` : Survival (0 = No; 1 = Yes)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrypdick%2Fexploring_titanic_survivor_data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrypdick%2Fexploring_titanic_survivor_data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrypdick%2Fexploring_titanic_survivor_data/lists"}