agconti/kaggle-titanic
A tutorial for Kaggle's Titanic: Machine Learning from Disaster competition. Demonstrates basic data munging, analysis, and visualization techniques. Shows examples of supervised machine learning techniques.
Implements a complete competitive analysis workflow in a single IPython Notebook, covering feature engineering, exploratory data analysis with Matplotlib visualizations, and model comparison across multiple algorithms (logistic regression, SVM with multiple kernels, random forests). Leverages the PyData stack—NumPy, Pandas, scikit-learn, and StatsModels—to demonstrate k-fold cross-validation for local evaluation and direct submission to Kaggle's competition API. Includes benchmark reference scripts to help newcomers understand foundational approaches to the prediction task.
949 stars. No commits in the last 6 months.
Stars
949
Forks
677
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Apr 28, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/agconti/kaggle-titanic"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
ahmedbesbes/How-to-score-0.8134-in-Titanic-Kaggle-Challenge
Solution of the Titanic Kaggle competition
Dalageo/ml-titanic-shipwreck
Exploring the World's Most Renowned Shipwreck 🚢
zmzhouXJTU/Titanic_Rescue_Prediction
Kaggle入门级机器学习项目:泰坦尼克号生存预测
Ruban2205/titanic-classification
Welcome to the Titanic Classification project repository! This project aims to predict whether a...
ShayanPersonal/Kaggle-Passenger-Screening-Challenge-Solution
10th place solution to the $1,500,000 Kaggle Passenger Screening Challenge.