https://github.com/fralfaro/titanic-challenge
Step-by-Step tutorial to solve the Titanic Challenge with streamlit, jupyter notebooks and more!
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.1%) to scientific vocabulary
Repository
Step-by-Step tutorial to solve the Titanic Challenge with streamlit, jupyter notebooks and more!
Basic Info
- Host: GitHub
- Owner: fralfaro
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://fralfaro.github.io/Titanic-Challenge/
- Size: 6.89 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Titanic Challenge

Welcome to the Titanic Survival Prediction Challenge! This project is aimed at predicting the survival of passengers on the Titanic using machine learning models. Below you'll find a detailed overview of the project, including data preprocessing, feature engineering, model training, evaluation, and results.
📊 Exploratory Data Analysis (EDA)
The initial data analysis involved examining the Titanic dataset to uncover patterns and insights. We focused on: - Handling missing values - Understanding the distribution of features - Visualizing relationships between features and survival
🔧 Feature Engineering
Key steps in feature engineering included:
- Removing non-contributory columns like Name and Ticket
- Filling missing values in Age with the mean age
- Replacing missing values in Cabin with the most frequent value and simplifying the data
- Converting categorical variables (Pclass, SibSp, Parch) to string types
🧠 Machine Learning Models
We trained several machine learning models to predict survival: - Random Forest 🌲 - Logistic Regression 📉 - K-Nearest Neighbors (KNN) 📍 - LightGBM 💡 - AdaBoost 🚀 - Decision Tree 🌳 - Gaussian Naive Bayes 🧪
Model Evaluation
We evaluated models using metrics such as: - Accuracy - Precision - Recall - F1-Score - AUC (Area Under the ROC Curve)
The Random Forest model emerged as the best performer with the highest AUC.
🛠 Tools and Libraries
pandasnumpyscikit-learnseabornmatplotliblightgbmloguru
Owner
- Name: Francisco
- Login: fralfaro
- Kind: user
- Website: fralfaro.github.io/portfolio/
- Repositories: 8
- Profile: https://github.com/fralfaro
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v2 composite
- actions/setup-python v2 composite
- peaceiris/actions-gh-pages v3 composite
- mkdocs-dracula-theme *
- mkdocs-jupyter *
- mkdocs-material *
- neoteroi-mkdocs *
- python ^3.10
- altair *
- great_tables *
- itables *
- pandas *
- plotly *
- scikit-learn *